G
Guest
I've read almost all the msg for the above, but I haven't found a solution to
mine.
Which is...
A have a form=frm_State, when I open the form I get the dialog box with
SCC_Enrollment_PDP_200706.Organization Name.
I have 2 tables=SCC_Enrollment_PDP_200706 & SCC_Enrollment_PDP_200707. I
changed the 200706 to 200707 and voila...Dialog box!!!
I can't see where it references the 200706 table. Here is the SQL for the
query:
SELECT SCC_Enrollment_PDP_200707.State, SCC_Enrollment_PDP_200707.Enrolled,
SCC_Enrollment_PDP_200707.County, SCC_Enrollment_PDP_200707.[Contract ID],
SCC_Enrollment_PDP_200707.[Organization Name]
FROM SCC_Enrollment_PDP_200707
WHERE (((SCC_Enrollment_PDP_200707.State) Like [forms]![frm_State] & "*" &
[txt_Other1] & "*")) OR (((SCC_Enrollment_PDP_200707.County) Like
[forms]![frm_State] & "*" & [txt_Other1] & "*")) OR
(((SCC_Enrollment_PDP_200707.[Contract ID]) Like [forms]![frm_State] & "*" &
[txt_Other1] & "*")) OR (((SCC_Enrollment_PDP_200707.[Organization Name])
Like [forms]![frm_State] & "*" & [txt_Other1] & "*"));
The query works correctly, I just don't want to see the dialog box. Any help
will be greatly appreciated.
mine.
Which is...
A have a form=frm_State, when I open the form I get the dialog box with
SCC_Enrollment_PDP_200706.Organization Name.
I have 2 tables=SCC_Enrollment_PDP_200706 & SCC_Enrollment_PDP_200707. I
changed the 200706 to 200707 and voila...Dialog box!!!
I can't see where it references the 200706 table. Here is the SQL for the
query:
SELECT SCC_Enrollment_PDP_200707.State, SCC_Enrollment_PDP_200707.Enrolled,
SCC_Enrollment_PDP_200707.County, SCC_Enrollment_PDP_200707.[Contract ID],
SCC_Enrollment_PDP_200707.[Organization Name]
FROM SCC_Enrollment_PDP_200707
WHERE (((SCC_Enrollment_PDP_200707.State) Like [forms]![frm_State] & "*" &
[txt_Other1] & "*")) OR (((SCC_Enrollment_PDP_200707.County) Like
[forms]![frm_State] & "*" & [txt_Other1] & "*")) OR
(((SCC_Enrollment_PDP_200707.[Contract ID]) Like [forms]![frm_State] & "*" &
[txt_Other1] & "*")) OR (((SCC_Enrollment_PDP_200707.[Organization Name])
Like [forms]![frm_State] & "*" & [txt_Other1] & "*"));
The query works correctly, I just don't want to see the dialog box. Any help
will be greatly appreciated.