Hi,
I have been asked to create a form that just has a field where the user enters in a unique id and the details for that record is displayed on the form - the user can then update a field for this record and commits to the table.
I'm just trying to figure out what is the best way to do this? Do I base the form on the table being queried or do I just set up an unbound field and do some code behind it to do the query and update?
Any suggestions much appreciated.
I have been asked to create a form that just has a field where the user enters in a unique id and the details for that record is displayed on the form - the user can then update a field for this record and commits to the table.
I'm just trying to figure out what is the best way to do this? Do I base the form on the table being queried or do I just set up an unbound field and do some code behind it to do the query and update?
Any suggestions much appreciated.