Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help for VBA-Access 2000 beginner, editing variables

Status
Not open for further replies.

peggym

Technical User
May 10, 2003
1
US
Given that the table "TableName" is open and at the first record:

1. How do you place the value in the field "FieldName" into the VBVariable "OldData"?
2. How do you replace the value in Field FieldName with the VB Variable "NewData"?
3. Possible to find the answer to this and other questions though the VB Help Files?
 
Look up the Recordset object in the help files. You can read data, update and delete it.
It's not always the fastest way of doing things though, but is a good start and will keep you going until you feel you are are able to experiment more.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top