H
HowardChr via AccessMonster.com
I know the command "CurrentDb.Execute "INSERT INTO [Input] ([Loc_Desc])
VALUES (""" & Me.List12 & """)", dbFailOnError" works. I now need a way to
delete a value from a table using a similar command. I am wandering if there
is a "REMOVE FROM" or something similar that will take an option from List12
out of a Table named "Input". Thanks again for your help!
VALUES (""" & Me.List12 & """)", dbFailOnError" works. I now need a way to
delete a value from a table using a similar command. I am wandering if there
is a "REMOVE FROM" or something similar that will take an option from List12
out of a Table named "Input". Thanks again for your help!