LinkChildFields, etc. (Access 2000)

  • Thread starter Thread starter L.A. Lawyer
  • Start date Start date
L

L.A. Lawyer

I want to programmatically change the child/master fields; the trick is that
sometimes I want to link on a single field and sometimes on TWO fields. How
is that done?
 
L.A. Lawyer said:
I want to programmatically change the child/master fields; the trick is
that
sometimes I want to link on a single field and sometimes on TWO fields.
How
is that done?


Specify both field names, separated by a semicolon. As I recall, though I
haven;'t done this recently, an error may be raised in when you change the
first property, telling you that you have an inconsistent number of fields
for link master/link child fields. This error can be ignored, as your next
line of code is going to change the other property to match.
 
Back
Top