Search results

  1. R

    Check if table or query exists

    Thanks very much ! MicroE, Thanks for your help !! Best regards, RuudJ :)
  2. 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
  3. R

    Field Property "DisplayControl"

    DispalyControl Thanks for the reply. I can of course use the table design view, but that's not what ik want: ik want to use only VBA to get this done ! Any suggestions ? Ruud
  4. 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