I
Isidore
My DB consists of two tables:
1) Clients (address info, etc.), includes ClientID
2) Services (includes date of service, who provided the service, type of
service), related to Clients by ClientID.
I built a tabbed form based on the Client Table which includes a subform (on
the second tab) based on the Services table.
Problem: I can't search or filter on any of the fields in the subform. When
I try to search, for example, I get the error message:
You can't used Find or Replace now.
The fields are not searchable due to one of the following:
* The fields are controls (such as buttons or OLE objects)
* The fields have no data
* There are no fields to search
I know neither of the last two are true. Does the fact that the fields in
question are on a subform render them controls? Is it the tabs? Is there a
way I can make these fields searchable from the existing form?
Thanks in advance for your help.
Isidore
1) Clients (address info, etc.), includes ClientID
2) Services (includes date of service, who provided the service, type of
service), related to Clients by ClientID.
I built a tabbed form based on the Client Table which includes a subform (on
the second tab) based on the Services table.
Problem: I can't search or filter on any of the fields in the subform. When
I try to search, for example, I get the error message:
You can't used Find or Replace now.
The fields are not searchable due to one of the following:
* The fields are controls (such as buttons or OLE objects)
* The fields have no data
* There are no fields to search
I know neither of the last two are true. Does the fact that the fields in
question are on a subform render them controls? Is it the tabs? Is there a
way I can make these fields searchable from the existing form?
Thanks in advance for your help.
Isidore