Search results

  1. A

    Question change dependency of renamed Table/Query/Form?

    Hiyas I'm new to Access, but had to make one new table (inside 1 mdb) for the company. Now my question is: There are Queries for the old table. There is a new Form for my new Table. How can i make the queries to get their information from my new table, instead from the old one? May i just...
  2. A

    Problem with returning NULL

    Problem with returning NULL (solved) Hi Situation: Trying to read out of a Table(Old) to set each Fields value in another Table(New) i had to write some routines to change the values. In this situation, after reading out 15 other fields, for this one it (below variable: tmp) returns NULL...
  3. A

    Datasheet's Checkbox doesnt accept a boolean?

    Hiyas I'm trying to save a boolean to a recordsets boolean field. But it doesnt work as i'm used to from 'normal' VB. Situation: VBA-Modul reads from one table a string value and convert this string into a boolean, now this new value should be stored in a new table. However, the line...
Back
Top Bottom