I am trying to run this code from a Vba module
where me.TxtGUID ={94FB6132-8812-48A3-8997-DDA311DE23AF}
this is the error I get
any help will be appreciated
Pwise
Code:
.....
cmd.CommandText = "Insert into ProvidersSelect(Providerid,newguid) Values (655," & me.TxtGUID & ")"
cmd.Execute
....
this is the error I get
[Microsoft][ODBC SQL Server Driver]Syntax error or access violation
any help will be appreciated
Pwise