W
WildlyHarry
I am trying to create a database that uses autonumber in conjunction with two
combo boxes on a form to create an Unique ID for new records entered into a
table. My record source code for the unique id would look something like
this:
=[forms]![form1]![combo1] & "-" & (auto number field) & "-" &
[forms]![form1]![combo2]
I want this code to be stored in my table as a unique ID. But there is no
way to save this info to a field in my main table. Any ideas? Thanks in
advance for the help.
combo boxes on a form to create an Unique ID for new records entered into a
table. My record source code for the unique id would look something like
this:
=[forms]![form1]![combo1] & "-" & (auto number field) & "-" &
[forms]![form1]![combo2]
I want this code to be stored in my table as a unique ID. But there is no
way to save this info to a field in my main table. Any ideas? Thanks in
advance for the help.