Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. edbloom

    Trap "Who Called Me"

    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.
  2. edbloom

    Trap "Who Called Me"

    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."...
  3. edbloom

    Find Record Button

    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.
  4. edbloom

    Find Record Button

    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...
  5. edbloom

    Find Record Button

    OK. then show me how to do this in VBA, please.
  6. edbloom

    Print Button on PopUp Preview

    Thank you. it works to some degree. I had to change the 1000 to 350 to ge them to line up. I think it will meet the need.
  7. edbloom

    Print Button on PopUp Preview

    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...
  8. edbloom

    Find Record Button

    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...
  9. edbloom

    Maximize ONLY Me

    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.

Part and Inventory Search

Back
Top