H
HeatherD25
I have a form that displays a list of facilities that are assigned to a user
(it brings up the list based on the username they enter when logging into the
database). They could have one or many records listed on their form.
I want them to be able to select a checkbox next to each facility if they
want to see all of the records related to the facility they select. I
created a field called "VIEW_STATUS" for the checkbox. The facility field is
called FACILITY.
I can't figure out how to send multiple values of facility/view status as
the filter. To pass the first instance I think I can use (side note - am I
passing the true/false value correctly? I was getting an error.):
stLinkCriteria = "FACILITY_ID = " & Me.FACILITY_ID.Value & " AND " &
"VIEW_STATUS='True'"
How can I make this send ALL of the rows?
Thanks!!!!
Heather
(it brings up the list based on the username they enter when logging into the
database). They could have one or many records listed on their form.
I want them to be able to select a checkbox next to each facility if they
want to see all of the records related to the facility they select. I
created a field called "VIEW_STATUS" for the checkbox. The facility field is
called FACILITY.
I can't figure out how to send multiple values of facility/view status as
the filter. To pass the first instance I think I can use (side note - am I
passing the true/false value correctly? I was getting an error.):
stLinkCriteria = "FACILITY_ID = " & Me.FACILITY_ID.Value & " AND " &
"VIEW_STATUS='True'"
How can I make this send ALL of the rows?
Thanks!!!!
Heather