Search results

  1. GolferGuy

    using many subforms

    I am looking for a discussion on using many, many subforms in one application. I have found that after opening one too many of these subforms, Access gives the error message, 3048 - Cannot open any more databases. I'm not looking for a discussion on another approach to this database that does...
  2. GolferGuy

    Question Bounce between field Properties and table def

    In older versions of Access the F6 key would allow jumping to the field properties and pressing F6 again would take you back to the field name, data type, and field description pane. In Access 2010 the F6 key takes me from the field name, data type and field description pane to the field...
  3. GolferGuy

    Jet SQL, ADD COLUMN columnName BIT DEFAULT "0"

    I am trying to set a default to a new Yes/No field to 0/False in code. I can not find the syntax that will work for a BIT data type. I have tried everything I can think of, plus I can not find any documentation for Jet SQL. Any Ideas? So far I have tried this statement: ALTER TABLE...
Top Bottom