Search results

  1. A

    Form/subform and concatenated keys

    Hi everyone, I got a trouble with my form linking, and I right now, I might not see the wood before the trees. I have a form with three subforms, where each subform refers to a slave table and the mainform to a master table. In the master table, I have a concatenated key which consists of each...
  2. A

    Word wrapping problem

    Hi everyone, I have a small but nasty problem with a text box in Access2k. The text box shall display the name of a person in the form <Last Name>, <First Name>. Hence I fill my text box with: =[NName] & ", " & [VName], where 'NName' is the Last Name, and 'VName' is the First Name of that...
Back
Top Bottom