F
Fred Boer
Hello:
I have a small program that I use to track student attendance and lessons
for my classes. I have a problem with the program that I haven't been able
to debug.
My personal workstation computer has Access 2003 and 2007. Other
workstations on the network have only Access 2003. All workstations use
Windows XP. If I use the program on my own computer it works fine. If I try
to use it on other network workstations, it fails. I'm continuing to try to
debug this, within the limits of my debugging skills <g>, but for now I am
stumped. I am wondering: could there be something about a combination of
A2003/A2007 on one machine that might cause an A2003 application to fail on
a machine with only A2003? What if I had opened the application with A2007?
I have double-checked that I have full privileges and that the LBD file can
be created and deleted. I have tried this both split BE/FE and as a single
file. The checked references are : Visual Basic for Applications; Microsoft
Access 11.0 Object Library; Microsoft DAO 3.6 Object Library.
As to exactly how it fails, (if you are interested):
The user selects a class name from a combobox and uses a calendar to pick a
date. With these selections completed, a form opens filtered by the
class/date criteria. It displays lesson notes and, in a subform, attendance
information. When the application fails, the form, although given correct
criteria, opens blank failing to display any data. Attempting any other
function generates an error message about inadmissable duplicate entries,
although I don't believe any attempt to add or edit records occurs. The
subform, at this point, of course, may not be correctly linked to the main
form which is missing the linking data. I've checked that the criteria would
return data.
Thanks!
I have a small program that I use to track student attendance and lessons
for my classes. I have a problem with the program that I haven't been able
to debug.
My personal workstation computer has Access 2003 and 2007. Other
workstations on the network have only Access 2003. All workstations use
Windows XP. If I use the program on my own computer it works fine. If I try
to use it on other network workstations, it fails. I'm continuing to try to
debug this, within the limits of my debugging skills <g>, but for now I am
stumped. I am wondering: could there be something about a combination of
A2003/A2007 on one machine that might cause an A2003 application to fail on
a machine with only A2003? What if I had opened the application with A2007?
I have double-checked that I have full privileges and that the LBD file can
be created and deleted. I have tried this both split BE/FE and as a single
file. The checked references are : Visual Basic for Applications; Microsoft
Access 11.0 Object Library; Microsoft DAO 3.6 Object Library.
As to exactly how it fails, (if you are interested):
The user selects a class name from a combobox and uses a calendar to pick a
date. With these selections completed, a form opens filtered by the
class/date criteria. It displays lesson notes and, in a subform, attendance
information. When the application fails, the form, although given correct
criteria, opens blank failing to display any data. Attempting any other
function generates an error message about inadmissable duplicate entries,
although I don't believe any attempt to add or edit records occurs. The
subform, at this point, of course, may not be correctly linked to the main
form which is missing the linking data. I've checked that the criteria would
return data.
Thanks!