K
Ken
I have converted a 97 database to a 2000 database. The age conversion as
below has stopped working.
=DateDiff("yyyy",[D-O-B],Date())-IIf(Date()<DateSerial(Year(Date()),Month([D
-O-B]),Day([D-O-B])),1,0)
Even if I create a new field in the converted database, it still will not
work.
I then used 2000 to create a new database with a new table and form and
found that the age conversion now worked as it should.
I then used a small converted database and imported all of the date from it
to the newly created database, and the imported data worked apart from a
couple of errors showing On Click problems on buttons and some VBA problems.
After deleting buttons and re-createing them, the new database is now fully
working.
My main database (converted to 2000) is very complex and has multiple forms
(loads of buttons) and VBA functions, and although I imported the data into
a newly created database, (The age converstion now works OK) It will take
for ever sorting out the On click errors buttons and VBA errors.
The main problem is created during converstion to 2000.
Any one know of any fixes for either the Newly created or the converted
databases to overcome this problem.
Regards
Ken
below has stopped working.
=DateDiff("yyyy",[D-O-B],Date())-IIf(Date()<DateSerial(Year(Date()),Month([D
-O-B]),Day([D-O-B])),1,0)
Even if I create a new field in the converted database, it still will not
work.
I then used 2000 to create a new database with a new table and form and
found that the age conversion now worked as it should.
I then used a small converted database and imported all of the date from it
to the newly created database, and the imported data worked apart from a
couple of errors showing On Click problems on buttons and some VBA problems.
After deleting buttons and re-createing them, the new database is now fully
working.
My main database (converted to 2000) is very complex and has multiple forms
(loads of buttons) and VBA functions, and although I imported the data into
a newly created database, (The age converstion now works OK) It will take
for ever sorting out the On click errors buttons and VBA errors.
The main problem is created during converstion to 2000.
Any one know of any fixes for either the Newly created or the converted
databases to overcome this problem.
Regards
Ken