Adding two fields to a table

HowardChr

Noob
Local time
Today, 05:48
Joined
Apr 26, 2007
Messages
35
I current have the following code which works perfectly now:

Code:
CurrentDb.Execute "INSERT INTO [Input] ([Loc_Desc]) VALUES (""" & Me.List12 & """)", dbFailOnError

I would however like to add another field's information named (Lnd_Desc) as well in the same row of table (Input). What should my syntax look like for that one.
 

Users who are viewing this thread

Back
Top Bottom