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 Westi 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. fbueller

    How To Pause While a "Form" MsgBox Runs

    I am working in an ADP. Since I had a hard time customizing MsgBox interaction with a user(ex: making text bold), I followed some advice and created forms I call in lieu of a MsgBox. Primarily I use the Forms to validate new record entries made by a user before a complete entry is recorded in...
  2. fbueller

    Last Selected Record on Updatable Form Not Updating!

    I have a problem in an updatable form I have created. I hope I can explain the issue clearly. The detail section of the form is populated by a view I have created containing the following fields: Selected <--a checkbox set to all 0s Car# <--the name of the vehicle(ex: #319, #256, #4) PO#...
  3. fbueller

    Enhancing an Updatable ADP Form

    Hi all. Quick question. I just set up my first updatable form in an Access ADP! I created an updatable form for a warehouse that receives shipments. The underlying View I created which allows users to enter or change the date a shipment arrives[PlaceDate] is coded as follows: SELECT...
  4. fbueller

    Problem Updating 2nd Combo Box Based on Value in 1st Combo Box

    I’m close, but I’m stuck in my attempt to update certain controls on a form according to choices made in other combo boxes. I am working on a program which records weights for shipments. Here’s what I have so far. I have a table named CONTAINERS which lists available cars by type(trains...
  5. fbueller

    How To Get The Record # From a DoCmd.RunSQL SQLInsert Stmt

    Nevermind..figured it out on my own. You can only use RunSql to act upon a table(i.e., INSERT, DELETE, UPDATE). I used the DMax fn() instead. THX!
  6. fbueller

    How To Get The Record # From a DoCmd.RunSQL SQLInsert Stmt

    I have written some code where I insert a new record into a SQL table based on user input on a form if a record does not currently exist for those values. But I then need to find out what the new record number is in the SQL table. The SQL Insert statement creates a new Notice ID in a table...
  7. fbueller

    Checking for Previous Table Entries on a Front-End Form?

    The DCount fn() was exactly what I was looking for!! It took me a little while to figure out how to set the criteria according to form parameters, but I got it. I have been working from what I thought was a great book: MS Office Access 2003 Inside and Out from MS Press. It’s one of those huge...
  8. fbueller

    Checking for Previous Table Entries on a Front-End Form?

    I am relatively new to ADPs and Access development. I am creating an appl to track industrial shipments. When a truck comes onsite, 2 weights are recorded..an Incoming(full) weight and an Outgoing(empty) weight. I have a table named SCALE_READINGS to store Incoming/ Outgoing weights for each...

Part and Inventory Search

Back
Top