A
Anil Gupte
This statement:
Update Profiles set ProfileName='Kids', Current=True,
ProfileDescription='Kids', Password='Kids' where ProfileID=2
as also:
Update Profiles set ProfileName='Kids', Current=Yes,
ProfileDescription='Kids', Password='Kids' where ProfileID=2
works within Access. But neither of the above statements work when using
them from VB. I get a "Syntax Error in Update command."
Also, Insert statements into the same database, same program work fine.
Help!
TIA,
Update Profiles set ProfileName='Kids', Current=True,
ProfileDescription='Kids', Password='Kids' where ProfileID=2
as also:
Update Profiles set ProfileName='Kids', Current=Yes,
ProfileDescription='Kids', Password='Kids' where ProfileID=2
works within Access. But neither of the above statements work when using
them from VB. I get a "Syntax Error in Update command."
Also, Insert statements into the same database, same program work fine.
Help!
TIA,