E
ericb
I have a table with the following fields :
Username as text
Password as text
allowA as yes/no
allowB as yes/no
allowC as yes/no
....
allowX as yes/no
I want to allow a user to edit a record and I want the procedure to go like
this :
1- create a record template
2- copy the selected record into the template
3- edit the template
4- when finished ask to confirm the changes
5- update the table with the values in the template
6- end
Finally my question, how do I make in VB the template (if that is the
correct word).
The rest I can do, but I can't make that "template" or recordset.
How to ?
Thank you for the help
Username as text
Password as text
allowA as yes/no
allowB as yes/no
allowC as yes/no
....
allowX as yes/no
I want to allow a user to edit a record and I want the procedure to go like
this :
1- create a record template
2- copy the selected record into the template
3- edit the template
4- when finished ask to confirm the changes
5- update the table with the values in the template
6- end
Finally my question, how do I make in VB the template (if that is the
correct word).
The rest I can do, but I can't make that "template" or recordset.
How to ?
Thank you for the help