Hello. I'm using Access 2003 on an XP machine. I have a table in which the primary key column is called "DashNum" which represents a portion of a longer number called "ModNum." A typical example is "417A7360-###B" where the "417A7360" is the first part of the module number (which _almost_ always remains the same), and the "###" is the Dash number. I have a form setup to guide users through the creation of additional records for multiple tables, which includes among other things a text box for inputing the module number.
For ease of data entry, I would like the default value of the text box to put in "417A7360-" & (1+the largest number in the DashNum table).
I'm pretty new to access, and have pretty limited VBA knowledge. Any help would be great!
Thanks!
nickvans
For ease of data entry, I would like the default value of the text box to put in "417A7360-" & (1+the largest number in the DashNum table).
I'm pretty new to access, and have pretty limited VBA knowledge. Any help would be great!
Thanks!
nickvans
Comment