Chimp8471
Registered User.
- Local time
- Today, 19:17
- Joined
- Mar 18, 2003
- Messages
- 353
append or update ???
i have a table called "tbl_Details" it has the following fields
Surname
Forename
EmployeeNo (PK)
EmployeeName
the field EmployeeName is the problem are here for me.
i need the EmployeeName Field to be automatically completed upon the input of Surname and Forename, the field EmployeeName is not a visible field and is used in a search function.
i have set up a simple query to generate the EmployeeName, but i cant am unsure on how to update the Table with the query info.....
any help please
i have a table called "tbl_Details" it has the following fields
Surname
Forename
EmployeeNo (PK)
EmployeeName
the field EmployeeName is the problem are here for me.
i need the EmployeeName Field to be automatically completed upon the input of Surname and Forename, the field EmployeeName is not a visible field and is used in a search function.
i have set up a simple query to generate the EmployeeName, but i cant am unsure on how to update the Table with the query info.....
any help please