Search results

  1. R

    I need to refresh!!

    something that simple Thanks for the info on Shift-F9 and F9. It is exactly what I needed to resolve my issue I was having on a subform that needed to be 'refreshed' with new data added to the primary form.
  2. R

    create tables in PostgresQL with Access

    thx Thanks, Pat. This is exactly what I needed to know to get started. It worked perfectly!
  3. R

    create tables in PostgresQL with Access

    Can anyone outline the code I would use to create new tables in a PostgresQL database using MS Access 2003. Thank you.
  4. R

    List Box - setting column backcolor

    I have a listbox that I need to evaluate when a particular column has data that is = 'Yes', then make it red, otherwise, no color. Any ideas?
  5. R

    record counting

    Nouba, The query you suggested worked perfectly. Thank you so much! You saved me a lot of manual work.
  6. R

    record counting

    I have an Access 2000 database table that contains a member# and invoice#. I need to identify the count of invoices by member, and then start the counting over on the change of a member#. Example: Member# 1234, Invoice# ABC1, Cnt: 1 Member# 1234, Invoice# XYZ4, Cnt: 2 Member# 1234, Invoice#...
Back
Top Bottom