The SQL view is as follows:
SELECT tbTradeShows.MM_TradeShowNum, tb1Company.CompanyID,
tbTradeShows.MM_ExhibitID, tbTradeShows.MM_Year, tbTradeShows.MM_Name,
tbTradeShows.MM_BoothType, tbTradeShows.MM_ShowCompanyType,
tbTradeShows.MM_ElecRequirements, tbTradeShows.[MM_Water Requirement],
tbTradeShows.MM_Booth1, tbTradeShows.MM_Booth2
FROM tb1Company INNER JOIN tbTradeShows ON (tb1Company.CC_Name =
tbTradeShows.MM_Name) AND (tb1Company.CompanyID = tbTradeShows.MM_ExhibitID);
"ruralguy via AccessMonster.com" wrote:
> There is something in the way you have constructed the query that eliminates
> all returned records from the selection. Switch to SQL view in the query and
> post the results here and we'll see if we can help.
>
> nytwodees wrote:
> >The Datasheet View shows only the Field Labels, No data fields at all.
> >
> >> You are describing a form that has no records in its RecordSource. Open the
> >> query in Datasheet mode to see what records return.
> >[quoted text clipped - 12 lines]
> >> >> >Can anyone describe to me how I might accomplish the above by using a
> >> >> >control button?
>
> --
> RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro
> Please post back to this forum so all may benefit.
>
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/For...ccess/200710/1
>
>