T
Tara
I'm sure this has probably been asked here before, and I'm sure there's a
simple solution, but I can't seem to find it. Also, sorry this is so long,
but I want to be as clear as possible.
I have a table that holds all the client contact data from all of my
agency's different programs. This table is then linked to our various
databases. All of the programs collect and generate different data, and one
person can be in several of our programs at once, so we felt this was the
most efficient way of storing contact data. Now, onto the issue. I have a
combo box on the main form of each database that contains the first and last
name of every client we serve, regardless of what program they're involved
in. However, the other fields on the main form of each individual program's
database lists only those clients that are actually involved in that program.
If program A wants to add Jane Doe to their program, they first look to the
combo box to see if she's already in the database due to involvement in some
other program. If her name is there, the user selects it in the combo box,
which triggers an update form to open that lists all of that client's info as
well as checkboxes to indicate the program(s) she's already involved with.
The user then checks the box for their own program. What I need to happen is
for the client to then automatically show up in the main form as soon as the
user closes the other form. I'm sure it must be something like a Requery or
Refresh Command, but I can't seem to get it to work!
Any help is appreciated!
simple solution, but I can't seem to find it. Also, sorry this is so long,
but I want to be as clear as possible.
I have a table that holds all the client contact data from all of my
agency's different programs. This table is then linked to our various
databases. All of the programs collect and generate different data, and one
person can be in several of our programs at once, so we felt this was the
most efficient way of storing contact data. Now, onto the issue. I have a
combo box on the main form of each database that contains the first and last
name of every client we serve, regardless of what program they're involved
in. However, the other fields on the main form of each individual program's
database lists only those clients that are actually involved in that program.
If program A wants to add Jane Doe to their program, they first look to the
combo box to see if she's already in the database due to involvement in some
other program. If her name is there, the user selects it in the combo box,
which triggers an update form to open that lists all of that client's info as
well as checkboxes to indicate the program(s) she's already involved with.
The user then checks the box for their own program. What I need to happen is
for the client to then automatically show up in the main form as soon as the
user closes the other form. I'm sure it must be something like a Requery or
Refresh Command, but I can't seem to get it to work!
Any help is appreciated!