auto ID record from 2 boxes on form

Voodoo223

Registered User.
Local time
Yesterday, 23:39
Joined
Jun 16, 2005
Messages
16
I have a simple form for data entry.
ID: autonumber
Date: shortdate (textbox, yesterdays date by default)
AspectID: text (combo box from user table, 2 column with ID# and concated first and lastname, bound to column 1)
various other record entries

It all enters into table easily enough, but what I need to do is create the ID as Date+AspectID in the table so records aren't duplicated. There is only 1 entry per day of AspectID.
The ID doesn't need to be autonumber, just unique.

The user fills the form putting in the date and AspectID, I need that to stay the same.
 
Don't what you do what you're attempting. It violates the a normalization rule.
 

Users who are viewing this thread

Back
Top Bottom