J
JethroUK©
form is based on 1 (clients) to many (quals) query and i want to add a new
qual (record) to currently displayed client:
qual = [clients].[ID]
DoCmd.GoToRecord , , acNewRec
[quals].[ID] = qual
where Client.ID is tied to Quals.ID - p.s. whilst both fields are included
in the query - neither are bound to any textbox (not ness)
i keep getting error "cannot find field '¦' "
have i got my syntax right (refering to the fields in the underlying
query) - or is the method totally wrong
qual (record) to currently displayed client:
qual = [clients].[ID]
DoCmd.GoToRecord , , acNewRec
[quals].[ID] = qual
where Client.ID is tied to Quals.ID - p.s. whilst both fields are included
in the query - neither are bound to any textbox (not ness)
i keep getting error "cannot find field '¦' "
have i got my syntax right (refering to the fields in the underlying
query) - or is the method totally wrong