DCinFRANCE
Registered User.
- Local time
- Today, 08:41
- Joined
- Oct 21, 2017
- Messages
- 21
I have a form, it has a subform in continuous forms. On the detail lines I have a button, with a macro to load a popup form. In the macro, I have a where condition such that data on the detail line is used to drive the data on the popup.
It has been working fine. For weeks on end. Suddenly, I click it today and the circle spins for a second...then...nothing. No popup.
You would be right to ask, what did you do? Of course my response would be "nothing". However, the other day I split the database to put the back end on a server. That worked wonderfully...accept for this now.
Here's the macro on the button:
OpenForm
Form Name sfrmOSRCmtgs Friends
View Form
Filter Name
Where Condition = ="[FRDS_osrc]=" & [OSR_ID]
Data Mode
Window Mode Normal
That's it, and like I said, it was working beautifully. Anyone see any clues or hints?
:banghead:
It has been working fine. For weeks on end. Suddenly, I click it today and the circle spins for a second...then...nothing. No popup.
You would be right to ask, what did you do? Of course my response would be "nothing". However, the other day I split the database to put the back end on a server. That worked wonderfully...accept for this now.
Here's the macro on the button:
OpenForm
Form Name sfrmOSRCmtgs Friends
View Form
Filter Name
Where Condition = ="[FRDS_osrc]=" & [OSR_ID]
Data Mode
Window Mode Normal
That's it, and like I said, it was working beautifully. Anyone see any clues or hints?
:banghead: