J
james
I've inherited support duties for a database that apparently was
created in Access and then turned into an Access adp / SQL Server 2005
project. (The developer has left the company - a friendly move, for
him at least - for a job with another company, so he's not around to
answer questions.)
This is my first exposure ever to adp's and I've been requested to do
some very simlpe changes to it - basically adding to a table a field
for comments, add them to a report and add a spot for them to the data
entry form for one type of user of the db.
Unfortunately for me, he implemented all the data entry in a multipage
control on a form frmSwitchboard, which I'm assuming was the Access
mdb switchboard before it was converted into an adp.
My problem - don't laugh - is that I can't find how to find / get to
the code associated with the frmSwitchboard. When I try via the
VBIDE, a click on the the 'show code' menu item gives no response.
There is code in the form - I copied the form, and I can get to the
code in frmSwitchboard_copy, but I'm clueless on why I can't find a
way to get to the code on the original frmSwitchboard. I have to
modify that to let the right user group enter the comments.
So far as I can tell, this isn't a security-related issue - at least
in terms of what users can do what things in the db - I'm using 'type'
and 'group' only in the sense that people with several job
descriptions use the db, but the requested modifications will be
relevant only to some of the users...
Any help would be most appreciated!
James C
created in Access and then turned into an Access adp / SQL Server 2005
project. (The developer has left the company - a friendly move, for
him at least - for a job with another company, so he's not around to
answer questions.)
This is my first exposure ever to adp's and I've been requested to do
some very simlpe changes to it - basically adding to a table a field
for comments, add them to a report and add a spot for them to the data
entry form for one type of user of the db.
Unfortunately for me, he implemented all the data entry in a multipage
control on a form frmSwitchboard, which I'm assuming was the Access
mdb switchboard before it was converted into an adp.
My problem - don't laugh - is that I can't find how to find / get to
the code associated with the frmSwitchboard. When I try via the
VBIDE, a click on the the 'show code' menu item gives no response.
There is code in the form - I copied the form, and I can get to the
code in frmSwitchboard_copy, but I'm clueless on why I can't find a
way to get to the code on the original frmSwitchboard. I have to
modify that to let the right user group enter the comments.
So far as I can tell, this isn't a security-related issue - at least
in terms of what users can do what things in the db - I'm using 'type'
and 'group' only in the sense that people with several job
descriptions use the db, but the requested modifications will be
relevant only to some of the users...
Any help would be most appreciated!
James C