G
Guest
=DatePart("yyyy",Forms!Attendees![Date Received]) & "-" &
DatePart("m",Forms!Attendees![Date Received]) & "-" &
DatePart("d",Forms!Attendees![Date Received]) & "-" & [RegistrationID]
This expression relies on the [RegistrationID] which is an autonumber field.
When I enter a new record, the (AutoNumber) does not populate in the field
until I have selected data. The above expression is contained in the default
value of a field and does not receive the (AutoNumber) information.
I just need the expression to increment by one number for each record.
DatePart("m",Forms!Attendees![Date Received]) & "-" &
DatePart("d",Forms!Attendees![Date Received]) & "-" & [RegistrationID]
This expression relies on the [RegistrationID] which is an autonumber field.
When I enter a new record, the (AutoNumber) does not populate in the field
until I have selected data. The above expression is contained in the default
value of a field and does not receive the (AutoNumber) information.
I just need the expression to increment by one number for each record.