Search results

  1. InFlight

    Pasting data with autonumber

    Try This it worked for me. It added a row with the numbers i wanted. You must compact database each time you do it. add a button on a form and enter this in the on click. You can use it to rest the Auto Number eg to 999 Dim db As DAO.Database Dim rst As DAO.Recordset Dim i, x As Variant Set db...
  2. InFlight

    Enter Password for Select in

    Great Answer
  3. InFlight

    Enter Password for Select in

    I have written a database for bird shows. I need to see what data is changed in a table. in a query from a different database. I have this SQL SELECT Exhibitors.* FROM Exhibitors IN 'M:\InFlight\Data\BirdShowData.accdb'; When i view it in design view it asks for the password which i enter then...
  4. InFlight

    Moving from one record to the next

    :D Thanks. Thats what i needed
  5. InFlight

    Moving from one record to the next

    Hi all What is the order of sequence when moving from one record to the next in a form? Is the On Current triggered first?
  6. InFlight

    Lock table default values

    Even if i can lock the table
  7. InFlight

    Lock table default values

    Hi I have a table that i need to lock the default value from being changed in table edit view
  8. InFlight

    InFlight

    We live in Masterton which is just North of Wellington.
  9. InFlight

    InFlight

    Hope she enjoyed the visit. Would have got the good weather in March.
  10. InFlight

    InFlight

    Hi to you all from New Zealand
Back
Top Bottom