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

    Want to print the contents of a record

    I have a form in which a record is being displayed. When i want to print it it prints tha whole thing incuding the buttons and user interface stuff. I only want to print the contents of the record. Tnx for the help (if there is any [afro])
  2. Hitower

    How do i add a record to a table at a specific position

    I am having trouble with finding the right command for adding a new record to a table at a specific position. Dim rs As DAO.Recordset Dim a As Integer Set rs = Me.RecordsetClone rs.MoveLast a = CLng(rs.Fields(colnum).Value) + 1 i want to put the record at position a as u can see the...
  3. Hitower

    Stop acces from updating the database

    Ok i am guessing that this will be a simple one for u all but i dont know so i am just gonna ask neway :P. When u do a query in a database and u change something in the form and u leave the form it automaticly saves the changes u have made. How can i interrupt that by means of like a msgbox...
  4. Hitower

    How do i stop acces from updating the database on a new query

    Ok i am guessing that this will be a simple one for u all but i dont know so i am just gonna ask neway :P. When u do a query in a database and u change something in the form and u leave the form it automaticly saves the changes u have made. How can i interrupt that by means of like a msgbox...

Part and Inventory Search

Back
Top