My bad. I failed to properly word my question.
The trap needs to be in the module. So when the procedure/function is called in the form.btnOn_Click event, I can trap and know which form the call came from.
is it frmA, frmB or frmC?
Sorry for the confusion.
How do I trap "Who called me?" It will be a form via the On_Click event. The procedure will be available from at least three different form depending on the work flow already built into the database. I am just adding a new funnction that is varied only slightly based on "Who Called Me."...
Yes, I did. It was in a different forum. The solution I got worked but is awkward to use. I was hoping to get another view point in the actual VBA forum.
I need help in getting the following pseudo code working.
Thanks in advance.
procedure btnFind_Click()
Ask for Last_Name & First_Name
Search recordset (table)
If Record Count > 1
list all records in popup box
allow double-click selection of right person
populate form (not bound to...
How do I get a Print Button to appear in the Top Handle bar of the report popup window when a report is opened using the standard Switchboard commands?
I was demonstrating progress made and had the report come up using the Switchboard command. Now I have been told that the new design spec...
I need help creating the VBA code for the following pseudo code.
procedure btnFind_Click()
Ask for Last_Name & First_Name
Search table (recordset)
If Record Count > 1
list all records in popup box
allow double-click selection of right person
populate form
ElseIf Record Count = 1...
How do properly code a form so that only that form is effected by the DoCmd.Maximize code as entered in the On_Load or On_Open event?
I am not allowed be design specs to have the Switchboard maximized with the form (shows up after I close the form).
Thank you in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.