Search results

  1. A

    Table Locking

    Sorry but I am a noob when it comes to access. All I have ever used it for was storing data in a table. This is my first form. How do I check a flag in teh beforeupdate event? Do I do this on each field or once for the entire form?
  2. A

    Table Locking

    Sorry but I am a noob when it comes to access. All I have ever used it for was storing data in a table. This is my first form. How do I check a flag in teh beforeupdate event? Do I do this on each field or once for the entire form?
  3. A

    Table Locking

    I have a single table app with a form. The form pretty much just displays the data that is in the table in a more user friendly view. Right now when a user enters data into the form it automatically adds it to the table. What I want is for the table to not be updated until the user clicks a...
  4. A

    .CSV Import question

    Newb here so be kind! :) What does the line .FileType = msoFileTypeAllFiles mean? I added this code to a push button on a form and get this error: Run-time error '5': Invalid procedure call or argument I am trying to import csv files so should I replace msoFileTypeAllFiles with something...
Back
Top Bottom