Search results

  1. R

    Numerical Data entry form strategy multiple records

    What is the correct form strategy to ease numerical data entry into a table that requires multiple records? tblHourlySales tracks the sales per hour of our store. Each record has 4 fields: pk CalendarDate Hour Sales At the end of the day I want to be able to enter sales using a 10 key pad to...
  2. R

    Normalizing audit log

    Hello. A question about designing relationships with an audit log. I am setting up a HR db. I want to create a table that records actions performed to employees. I am noticing that my relationships are growing more complex and don't want normalization problems long term. TblEmployees...
  3. R

    code and macros living in harmony?

    "Hello world" I'm an excel junkie turned Access fanatic, but very new to the environment. I am slowly learning how VBA works and basic database design. As is typical for me, my aspirations are higher than my skill and the learning curve is slow. I have started with (what I thought would be...
Back
Top Bottom