CumbrianCanary
Registered User.
- Local time
- Today, 06:19
- Joined
- Sep 13, 2004
- Messages
- 22
I have two forms which contain entries which have an AutoNumber field, the tables and hence the forms are not related. Both the AutoNumbers have a format associated with them so when the user sees them in the form they look like:
ABC001 0r XYZ001
Both forms also have a date in them. I have set up a union query that checks both sets of data and displays any in separate form which fit my search criteria. The problem is that I lose the format of the field. In other words I just see 1 and 1 rather than ABC001 and XYZ001, so the source of the data can not be identified.
Does anybody no of a way that I can keep the format of these fields after I have run the query?
Many Thanks
CumbrianCanary
ABC001 0r XYZ001
Both forms also have a date in them. I have set up a union query that checks both sets of data and displays any in separate form which fit my search criteria. The problem is that I lose the format of the field. In other words I just see 1 and 1 rather than ABC001 and XYZ001, so the source of the data can not be identified.
Does anybody no of a way that I can keep the format of these fields after I have run the query?
Many Thanks
CumbrianCanary