Z
Zephyl
I have defined a small table Mfrs as follows:
MfrID - Autonumber
SupplierID - Number
MfrName - Text
MfrURL - Hyperlink
MfrSupplierID - Text
Active - Yes/No
I would like to add a new record to the database via
SQL / INSERT INTO. What is the proper syntax? MSAccess
is giving me an error: "Run-time error '3134': Syntax
error in INSERT INTO statement.". What should the INSERT
INTO statement look like?
Thanks for your help.
MfrID - Autonumber
SupplierID - Number
MfrName - Text
MfrURL - Hyperlink
MfrSupplierID - Text
Active - Yes/No
I would like to add a new record to the database via
SQL / INSERT INTO. What is the proper syntax? MSAccess
is giving me an error: "Run-time error '3134': Syntax
error in INSERT INTO statement.". What should the INSERT
INTO statement look like?
Thanks for your help.