H
HowardChr via AccessMonster.com
I current have the following code which works perfectly now:
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.
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.