Search results

  1. R

    Check if table or query exists

    Hi, Can anyone help me with the following: In VBA I want to check if a table or querydefinition exists. I'm stuck on finding the code for this action. Thanks in advance. Ruud, Holland
  2. R

    Field Property "DisplayControl"

    Can anyone help me with this code ? I want to create a field as a Yes/No field in a table and set the view of this filed as a check-box. The code I wrote so far (as shown below) runs but doesn't do the trick !! Please help. Ruud Set db = CurrentDb Set tdfBestaand = db.TableDefs("Test") Set...
Back
Top Bottom