What is going on when I get (Access 2002) error message:
run-time error '7878':
the data has been changed
(The error message sounds to me quite confusing.)
then the VBA debugger shows a line
"
!LastModified.Value = Date
"
If I then continue running the coe, it seems to work...
I need to make a report which contains aprx. 300 "text box":es. (Access 2002)
Currently I have them all in one report, in same 'detail'-section. How can I make a report, where they all fit?
Tried so far:
-make detail section longer: can't do, Access doesn't allow over 55.8cm...
1) Is it a normal procedure to use ADODB.Recordset to modify database in Access. Is there some way know when updating is 'ready'(?) ?
There is some strange problem with my system with it. The code below works erratically: the table "tbl_kansallisuus" is always updated when the code is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.