tobybremner
noddy
- Local time
- Today, 13:21
- Joined
- Jan 17, 2007
- Messages
- 11
Hi,
I am importing data from excel, to a table called "tblimport", then I have a append query set up so that each time data is imported it appends the data to "tblesourcedata" and creates new fields by adding, say for example, "client ref" & "inceptiondate" to give a unique identifier for that client and called this "clientmonth".
I have a form set up so that any user can add a new record, as much or as little detail as they wish.
My question is how do I get the table to update the blank "clientmonth" field as this is created on import? Do I use and update query? If so, how do I do this as I have never used these before.
Thanks in advance
I am importing data from excel, to a table called "tblimport", then I have a append query set up so that each time data is imported it appends the data to "tblesourcedata" and creates new fields by adding, say for example, "client ref" & "inceptiondate" to give a unique identifier for that client and called this "clientmonth".
I have a form set up so that any user can add a new record, as much or as little detail as they wish.
My question is how do I get the table to update the blank "clientmonth" field as this is created on import? Do I use and update query? If so, how do I do this as I have never used these before.
Thanks in advance