B
Bob
I am having a very difficult time with a query.. It work before and I have
taken out any changes that I made and now it does not work. HELP please
This is the basic select query that selects data.
SELECT F4F_SubStudioDetails.Date, F4F_SubStudioDetails.Studio,
F4F_SubStudioDetails.Net_Tot
FROM F4F_SubStudioDetails
WHERE (((F4F_SubStudioDetails.Date)=#3/16/2008#));
When I ad another table that is joined by the fields [Studio] I get no
results at all.. The join typ is one-to-many as the table STUDIOS has all of
the personal data for the Data table SubStudioDetails.
SELECT F4F_SubStudioDetails.Date, F4F_SubStudioDetails.Studio,
F4F_SubStudioDetails.Net_Tot
FROM studios INNER JOIN F4F_SubStudioDetails ON studios.Studio =
F4F_SubStudioDetails.Studio
WHERE (((F4F_SubStudioDetails.Date)=#3/16/2008#));
Please tell me what I am doing wrong.. This is driving me crazy..
Like I said it worked before and I have no idea what I did to screw it up.
Thanks in advance bob
taken out any changes that I made and now it does not work. HELP please
This is the basic select query that selects data.
SELECT F4F_SubStudioDetails.Date, F4F_SubStudioDetails.Studio,
F4F_SubStudioDetails.Net_Tot
FROM F4F_SubStudioDetails
WHERE (((F4F_SubStudioDetails.Date)=#3/16/2008#));
When I ad another table that is joined by the fields [Studio] I get no
results at all.. The join typ is one-to-many as the table STUDIOS has all of
the personal data for the Data table SubStudioDetails.
SELECT F4F_SubStudioDetails.Date, F4F_SubStudioDetails.Studio,
F4F_SubStudioDetails.Net_Tot
FROM studios INNER JOIN F4F_SubStudioDetails ON studios.Studio =
F4F_SubStudioDetails.Studio
WHERE (((F4F_SubStudioDetails.Date)=#3/16/2008#));
Please tell me what I am doing wrong.. This is driving me crazy..
Like I said it worked before and I have no idea what I did to screw it up.
Thanks in advance bob