Karen,
Thanks for the tip. I had never heard of the EQNULL setting so your suggestion is what I needed for now. All rows are now showing. Jim ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Tuesday, January 26, 2010 4:41 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Enhanced tab The ZERO setting won't make a difference. If you want the 2 null columns to "match" you would have to SET EQNULL ON before you bring up the form. What is your EQNULL setting now? If it is OFF, then you might want to turn it On right before bringing up the edit form, then set it back OFF after exiting your edit form or else other parts of your programming code might act differently. Karen I found another reason my information was not showing up. One field does not always need information so it ends up being NULL. Even though both fields in both tables are null, the form refuses to show the detail row. My settings have ZERO checked. Other than getting rid of that common field in the detail section (which I may have to do anyways) what can I change? Jim

