G
Guest
So here's the situation. I have put together a table of information
concerning individual maps -"MapCat", which includes the field "Map No" (a
unique number for each map) which is in the format #.* The # refers the type
of map (in table "Map Type") and the * represents the number of maps of that
type. Example: a new topographic map added to the db will have the map No.
1.074, a new Land Use map will be 5.035.
My data entry subform has a drop down list of Map Types. After selection of
the desired type of map I want the following" Map No." field to display the
latest Map No (Appropriate for the map type) incremented by 0.001. I have a
query that calculates the latest Map No's for the different types of map but
do not know how to proceed.
Any help would be greatly appreciated.
concerning individual maps -"MapCat", which includes the field "Map No" (a
unique number for each map) which is in the format #.* The # refers the type
of map (in table "Map Type") and the * represents the number of maps of that
type. Example: a new topographic map added to the db will have the map No.
1.074, a new Land Use map will be 5.035.
My data entry subform has a drop down list of Map Types. After selection of
the desired type of map I want the following" Map No." field to display the
latest Map No (Appropriate for the map type) incremented by 0.001. I have a
query that calculates the latest Map No's for the different types of map but
do not know how to proceed.
Any help would be greatly appreciated.