This is a question about a problem I have with Base 2.4 and Subforms.
I have two tables, one called Notes and another one called Rows. I want to create a form so that when I go through the Notes-records the corresponding rows-records are displayed in a subform below. Simple enough!
So I created a form for the Notes table and a subform for the Rows. I set master link to "ID" and the slave to "x" in the subform. Then I create ListBox and (with) a native sql query, refering to x (WHERE NoteID=:x).
What am I doing wrong? /Mike -------------------------------------------- This message was sent using Miletos webmail. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
