Search results

  1. N

    with statement

    In a with statement can you refer to a field header using a variable? With rsNoun .MoveFirst Do Until .EOF If !jde = strAJDE Then .Edit !strName = strinfo (here is where I am trying it. ) .Update End If .MoveNext Loop End With The...
  2. N

    Create New fields

    I have three tables called Noun, Modifier, and Attributes. I have created a new table using the first two fields as Noun and Modifier and planted a default value in them. Now I need to create more fields in the new table. The headers for those fields would be the matching attributes from the...
Back
Top Bottom