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 Rhinorhino 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: tprscott
  • Content: Threads
  • Order by date
  1. tprscott

    Problem with OpenReport command

    I currently have three tables. One is the main table called defects that has a tracking number. I have another table called closeout reference that has a tracking number (which ties it do the main table) and a action number ( which ties it to my third table). I then have a third table called...
  2. tprscott

    Rollback value in an input field

    Is there a way to roll back a value in an input field if we didn't want the actually value? For example in the before update event is there a way to reset the value of a textbox to what it was?
  3. tprscott

    Disable autosave on forms

    Is there a way to turn off the autosave on forms? I basically want a way to ask the user if they are sure they want to make the changes.
  4. tprscott

    Getting the second value out of bound combobox

    I have a combobox that I want to be populated based on a field in a table called SI. To do this i set the control source equal to the SI. I also want values in a lookup table to appear in this drop down too. So to do this, I have a query in the row source that returns two fields ( one is the...
  5. tprscott

    Printing using the Print command in access

    I have the following code which I found on here: Open "Com1:960,n,8,1" For output as #1 Print #1, chr$(27); "T"; Print #1, "Hello World" Close #1 I have a printer on lpt1 port. I changed the com1 to lpt1 and it does not work. I also have another machine that is running access 97 and has a...

Part and Inventory Search

Back
Top