jerryreeve
Vendor
I am trying to run an update query where one field is a date field for the last time the "customer" was called.
I can get the query to work fine on my computer where I created the database and query but other computers within the office (identical computers running on XP)are giving me a ....function is not available in expressions in query expression "Date()".... I have tried to refresh the reference and that did not work for me.
I think the difference is that I had a slightly different version of VB6 loaded on my PC at some point in the past. and I suspect that one of the Reference libraries is slightly different between machines.
how can I do one of two possible fixes that might fix this?
1. update the reference library on the other machines to whatever library on my machine is the applicable one. or
2. create a function in the VB module that will return todays date to the query.
----------------------------
'Rule 29', "The enemy of my enemy is my enemy's enemy. No more. No less."
----------------------------
JerryReeve
Communication Systems Int'l
com-sys.com
I can get the query to work fine on my computer where I created the database and query but other computers within the office (identical computers running on XP)are giving me a ....function is not available in expressions in query expression "Date()".... I have tried to refresh the reference and that did not work for me.
I think the difference is that I had a slightly different version of VB6 loaded on my PC at some point in the past. and I suspect that one of the Reference libraries is slightly different between machines.
how can I do one of two possible fixes that might fix this?
1. update the reference library on the other machines to whatever library on my machine is the applicable one. or
2. create a function in the VB module that will return todays date to the query.
----------------------------
'Rule 29', "The enemy of my enemy is my enemy's enemy. No more. No less."
----------------------------
JerryReeve
Communication Systems Int'l
com-sys.com