so yea figured it our literally 10 seconds after i uploaded.. i changed the name of the form a while back from the default the wizard gave it and never actually went in to the properties and changed it to match.. sigh.. working perfectly now.
okay actual form names
FCustomers - main form
FTourSummary - datasheet i want to click to display full data in
FTourDetail
I create an invisible text box on the main form and left the default name to test so it was named Text30 i set the controlsource as =FToursummary.Form!Date
on...
macro errors when i use this approach
Forms!FCustomers!FToursummary.Form.RecordSource = "SELECT...WHERE TourID = " & Me.TourID
can't find macro Forms!FCustomers!FToursummary
I would have thought this would be pretty simple but either I am missing something really simple or I just haven't found the answer yet. I've seen a couple different solutions for something similiar I am trying to do but nothing that was really exact.
I have 2 tables Customers and Tours 1...