Access 97 update Control thru code

  • Thread starter Thread starter katz
  • Start date Start date
K

katz

Hello All!

I'm trying to use 1 function for a lot of tables.
I want to add a record into a table, but the name of the field in the
record is diffrent, depending on the Table.

rs.AddNew
'rs!Color = wCtrl
rs!wCtrlName = wCtrl (I want to make wCtrName flexible)
rs.Update
Thanks
Abe katz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top