|
-
Aug 12th, 2000, 01:15 PM
#1
Thread Starter
Junior Member
I have a wierd error when im trying to run an update query on an access database here is the line where im having a problem
.QueryDefs("qryRecipeUPD").Parameters("[txtDirections]").Value = trim$(txtDirections)
i get an error that tells me an invalid use of property
i tried removing the trim$() and tried it again and it still wouldn't work
finally i tried just putting in a constant string "hi" and it worked.
When i look at the value of the query def paramater when im in debug mode it shows as empty which lead me to believe it was a variant. So i tried to do a cvar() and just a plain trim() and neither would work. Does anyone know what is going on?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|