Search results

  1. M

    Creating relations between tables in VBA

    Hello all, Here is a nice one: I use a maketable query to create two tables. These two tables are then copied and get another name. Now I want to use VBA code to set relationship (one-to-many) between those two copied tables. Is this possible? Grtz and awaiting input, m0use P.s. Need to...
  2. M

    Opening form based on query result

    Navyguy, Thanks a lot! This is exactly what I need. Worked like a charm. I did not think of using DCount this way... Thanks again, m0use (BTW, this is a GREAT forum!!!)
  3. M

    Opening form based on query result

    Hi there! Is there a easy way to get a form opened, based on a query result? I only want forms to open when the result of the query is true and data is returned. Otherwise there would be nothing to see, right...? :) (I do know I can use RecordCount in VB, but I wonder if there isn't an...
Back
Top Bottom