Search results

  1. G

    Marking One Record of a Continuous Form

    Hey all, I have an inventory management app that accepts data in batch from a barcode scanner. The batched scanner records are displayed on a form with Default View of Continuous Forms. The app requires a user to review the scanner data for any inconsistencies that may come across (easier than...
  2. G

    Cleaning up a database?

    Is this a performance issue? How many fields and rows is your table and what type of data? If you dumped the data from multiple spreadsheets into one table, your database likely would benefit from normalization, i.e. finding duplicate data repeated in multiple records and separating that data...
  3. G

    SQL syntax

    There are tons of online resources for SQL syntax, just perform a Google search. When I started learning SQL, I got a lot out of setting up Access queries and then clicking over to the SQL view to see the SQL structure. You can't go really deep but at least it's a start. Dave
Back
Top Bottom