Insert variable into table from code

B

Bruce

How do you insert a variable into a table from code? Assume its a text value...

Bruce
 
D

Duane Hookom

You need to provide a bit more information since you insert values into
fields in records, not in tables. Try look in Help for DoCmd.RunSQL or
Execute or creating record sets.
 
Top