AboutScottgem Expertise I can answer almost all types of questions relating to Microsoft Access usage and application design. My strengths are database and interface design.
Experience I've been designing databases for over 15 years working with dBase, FoxPro, Approach and Access.
Organizations Author of Microsoft Office Access 2007 VBA Techncial Editor for Special Edition Using Microsoft Access 2007 and Access 2007 Forms, Reports & Queries From Que Publishing
I have created a database where there is a follow up, i want to put up a pop up window such that when the follow up comes it should pop up to the user, this should happen as soon as some one enters the database switchboard.
Can some one help me pls, its urgent
Answer Without knowing how one determines if a followup is necessary its hard to advise. But you can use the On Open event of the switchboard and add code like:
If Followup Then
DoCmd.OpenForm "formname"
End If
Hope this helps,
Scott<>
Microsoft Access MVP 2007
Author: Microsoft Office Access 2007 VBA