L
Liz
Hi,
I really, really hope someone can help me. I have been
working on this problem for days and days, etc.
First off please know the following:
I have created a database. I am not a programmer; I am a
researcher. I have taught myself some (or others have
taught me) through these wonderful newsgroups.
Here is my problem. I am trying to connect my offender's
ID (primary key in main table) with MainID (a field in
many other tables). I have established relationships,
careted forms, etc. When you open the main form, it has
some tabbed pages. AT the top of details are spaces for
text boxes: Last Name, First Name, ID, Criminal Case
Number. All these pages have same ofender. On the last
page, I want to be able to click some buttons that will
link me to a separate group of pages where the probation
dept can add info on supervision of offender.
Here is the problem: when I try to connect the ID by
using a filter ( [ID]=Forms![frm Rolo]!ID ) I get an
error. I go to VBA Editor and loko at code. I select ID
in the code line (and coincdentally it has a cursor over
that shows the correct ID) that says that "cannot jump
to "ID" because the library Dom Vio is in ...(the name of
where my database is) and is not referenced in the
library." Huh????? It is obvious there and it kows it is
there! I have read up on this and tortured myself through
hours of fruitless coding. I have used a Public Declare
statement in its own module.
Can anyone please tell me what I am supposed to do? If I
have completely screwed this up, I am going to find an
alternative using a search form, but I am trying to
decrease data entry error. I am running Access 2002, but
in an Access 2000 file format.
THANKS!!!! I hope this is understandable!
Liz
I really, really hope someone can help me. I have been
working on this problem for days and days, etc.
First off please know the following:
I have created a database. I am not a programmer; I am a
researcher. I have taught myself some (or others have
taught me) through these wonderful newsgroups.
Here is my problem. I am trying to connect my offender's
ID (primary key in main table) with MainID (a field in
many other tables). I have established relationships,
careted forms, etc. When you open the main form, it has
some tabbed pages. AT the top of details are spaces for
text boxes: Last Name, First Name, ID, Criminal Case
Number. All these pages have same ofender. On the last
page, I want to be able to click some buttons that will
link me to a separate group of pages where the probation
dept can add info on supervision of offender.
Here is the problem: when I try to connect the ID by
using a filter ( [ID]=Forms![frm Rolo]!ID ) I get an
error. I go to VBA Editor and loko at code. I select ID
in the code line (and coincdentally it has a cursor over
that shows the correct ID) that says that "cannot jump
to "ID" because the library Dom Vio is in ...(the name of
where my database is) and is not referenced in the
library." Huh????? It is obvious there and it kows it is
there! I have read up on this and tortured myself through
hours of fruitless coding. I have used a Public Declare
statement in its own module.
Can anyone please tell me what I am supposed to do? If I
have completely screwed this up, I am going to find an
alternative using a search form, but I am trying to
decrease data entry error. I am running Access 2002, but
in an Access 2000 file format.
THANKS!!!! I hope this is understandable!
Liz