M
Michael D.
Office SP 3 was installed on our corporation's PC's last week, and it broke a
database I'm responsible for. I can't figure it out. Several forms that get
info from tables no longer put the values in the various dropdowns. For
example, I have a combo box called cboProjectTitle who's Row Source Type is
Table/Query, and the Row Source is set to SELECT tblProjectInfo.ProjectTitle
FROM tblProjectInfo; . This has worked for over 2 years, and it still works
on a laptop that doesn't have Office SP3 yet, but no longer works on all the
PCs and laptops that received SP3.
The dropdown appears to have Null values in it. If I click the dropdown and
scroll down through, it acts like the rows are there. But if make a
selection, I get an "Invalid Use of Null" error. The dropdown (in this case)
is a lookup with an event procedure to update a text box. I guess what it is
trying to do is put a null value into the text box.
I can't find anything in the SP3 documentation that would explain what is
going on. I have several backups of the database, as well as a local copy on
my hard drive, and all are broken...
Thanks in advance for any ideas you may have! - Mike
database I'm responsible for. I can't figure it out. Several forms that get
info from tables no longer put the values in the various dropdowns. For
example, I have a combo box called cboProjectTitle who's Row Source Type is
Table/Query, and the Row Source is set to SELECT tblProjectInfo.ProjectTitle
FROM tblProjectInfo; . This has worked for over 2 years, and it still works
on a laptop that doesn't have Office SP3 yet, but no longer works on all the
PCs and laptops that received SP3.
The dropdown appears to have Null values in it. If I click the dropdown and
scroll down through, it acts like the rows are there. But if make a
selection, I get an "Invalid Use of Null" error. The dropdown (in this case)
is a lookup with an event procedure to update a text box. I guess what it is
trying to do is put a null value into the text box.
I can't find anything in the SP3 documentation that would explain what is
going on. I have several backups of the database, as well as a local copy on
my hard drive, and all are broken...
Thanks in advance for any ideas you may have! - Mike