WattoAtBerneray
IS-IT--Management
MS Access XP.....
I have made a large calendar of events:
For each day, four or five events are summarised.
I have a 'Show Details' command button to show the details next to each of these events operating via a new form.
I pass the event number via: (where, say, event =1)
stLinkCriteria = "((([EventID])=" & Me![EventID] & "))"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Checking the target form I get a blank form with a filter of, say, FILTER....... ((([EventID])=1)) [Where the Event id = 1] Filter Correct but no record selected!!!!!!
now if I click another event button or even the same event button on the parent form without closing the detail form - it works perfectly finding and displaying the correct event.
I only have problems on the initial displaying of the form.
Spent the entire day on the problem with no result...
Any help with be greatefully received.
I have made a large calendar of events:
For each day, four or five events are summarised.
I have a 'Show Details' command button to show the details next to each of these events operating via a new form.
I pass the event number via: (where, say, event =1)
stLinkCriteria = "((([EventID])=" & Me![EventID] & "))"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Checking the target form I get a blank form with a filter of, say, FILTER....... ((([EventID])=1)) [Where the Event id = 1] Filter Correct but no record selected!!!!!!
now if I click another event button or even the same event button on the parent form without closing the detail form - it works perfectly finding and displaying the correct event.
I only have problems on the initial displaying of the form.
Spent the entire day on the problem with no result...
Any help with be greatefully received.