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 John Tel 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: *

  • Users: edbloom
  • Content: Threads
  • Order by date
  1. 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."...
  2. 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...
  3. 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...
  4. 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...
  5. 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