S
Scott
I want to calculate a log number in a table based on
inputs to two other fields in the table. For example: the
first field is a group drop down list: ex.. abc, def,
hij. The second is another drop down list: ex. ab, cd
etc. I want to calculate a log number that will combine
the first two fields with a sequential number. Example -
select abc from first dropdown and cd from second
dropdown. The log number would be abc-cd-1, subsequent
numbers would be def-ab-2, hij-ab-3 etc....
Any Ideas on how I can do this?
inputs to two other fields in the table. For example: the
first field is a group drop down list: ex.. abc, def,
hij. The second is another drop down list: ex. ab, cd
etc. I want to calculate a log number that will combine
the first two fields with a sequential number. Example -
select abc from first dropdown and cd from second
dropdown. The log number would be abc-cd-1, subsequent
numbers would be def-ab-2, hij-ab-3 etc....
Any Ideas on how I can do this?