G Guest Jun 11, 2005 #1 Hi there, how do I set the value "smile" of a field Source in table tblTest1?
D Duane Hookom Jun 11, 2005 #2 Execute a sql statement: Currentdb.Execute "UPDATE tblTest1 SET [Source]='smile'" Every record in the table will contain smile in the field Source.
Execute a sql statement: Currentdb.Execute "UPDATE tblTest1 SET [Source]='smile'" Every record in the table will contain smile in the field Source.
G Guest Jun 11, 2005 #3 Thanks Duane, can I change the tblTest1 to a variable? Duane Hookom said: Execute a sql statement: Currentdb.Execute "UPDATE tblTest1 SET [Source]='smile'" Every record in the table will contain smile in the field Source. -- Duane Hookom MS Access MVP Ray Mead said: Hi there, how do I set the value "smile" of a field Source in table tblTest1? Click to expand... Click to expand...
Thanks Duane, can I change the tblTest1 to a variable? Duane Hookom said: Execute a sql statement: Currentdb.Execute "UPDATE tblTest1 SET [Source]='smile'" Every record in the table will contain smile in the field Source. -- Duane Hookom MS Access MVP Ray Mead said: Hi there, how do I set the value "smile" of a field Source in table tblTest1? Click to expand... Click to expand...
D Duane Hookom Jun 12, 2005 #4 Check your later thread. -- Duane Hookom MS Access MVP Ray Mead said: Thanks Duane, can I change the tblTest1 to a variable? Duane Hookom said: Execute a sql statement: Currentdb.Execute "UPDATE tblTest1 SET [Source]='smile'" Every record in the table will contain smile in the field Source. -- Duane Hookom MS Access MVP Ray Mead said: Hi there, how do I set the value "smile" of a field Source in table tblTest1? Click to expand... Click to expand... Click to expand...
Check your later thread. -- Duane Hookom MS Access MVP Ray Mead said: Thanks Duane, can I change the tblTest1 to a variable? Duane Hookom said: Execute a sql statement: Currentdb.Execute "UPDATE tblTest1 SET [Source]='smile'" Every record in the table will contain smile in the field Source. -- Duane Hookom MS Access MVP Ray Mead said: Hi there, how do I set the value "smile" of a field Source in table tblTest1? Click to expand... Click to expand... Click to expand...