Get it in writing. The original scope of the job,
and what changes will cost. Then, arrange for incremental payoffs, when you hit certain milestones, 1/3 down, 1/3 when data gathering is running...
I was going to check the time on my watch and I was holding the cup. The truly stupid part is that I don't wear watches, it was just going to be part of...
Yeah, that's the problem. We don't overwrite the shdocvw.dll.
Our application merely uses it to display generated htm files.
We require users to have IE4.0 or greater, guess we might
have to...
if cboLabourType.listindex >= 9 or cboLabourType.listindex <=14 then
if val(txtoitemID.text) <= 202 then
Msgbox "Your order item number must be greater than 202"
else
'Run code for...
Does your SQL statement work in Access?
The best way to debug SQL statements in Access is to copy them into the
qurey builder or compose them there to begin with and copy the SQL text out of it.
...
I'm no VBA guru, but try re-setting your document object after you finish your .SaveAs command,
use the .activedocuments
There might be a problem with the .Open part also.. I always used the...
Use movelast method to get to your last record...
then assing the data you want to transfer down into variables..
then use rs.AddNew method to make a new record.
rs will be pointing to the new...