G
Geof Wyght
Hello,
I tried to create a parameter query to append a record to
a table with a memo field, but Access 2000 didn't like
the "Memo" type:
Parameters prmLocation Text (70), prmDescription Memo;
INSERT INTO tblLocation ( LocationName, Description )
VALUES (prmLocation, prmDescription)
Does anyone know whether this can be done, or am I stuck
with Text (255)?
Thanks!
I tried to create a parameter query to append a record to
a table with a memo field, but Access 2000 didn't like
the "Memo" type:
Parameters prmLocation Text (70), prmDescription Memo;
INSERT INTO tblLocation ( LocationName, Description )
VALUES (prmLocation, prmDescription)
Does anyone know whether this can be done, or am I stuck
with Text (255)?
Thanks!