Page 1 of 1

Subform: Only show blank rows

Posted: Thu Apr 19, 2012 3:05 pm
by ruiascensao
Hi,
I have a subform that is only to save information to the database.
So when I save and the page reloads I will only see the blank rows of the subform.

Any Idea how to?

Thank You,

Best Regards,
Rui

Re: Subform: Only show blank rows

Posted: Mon Apr 23, 2012 4:18 am
by admin
Rui,

Try making the sql for the subform something like this..

Code: Select all

SELECT * FROM transaction_item WHERE false
Steven

Re: Subform: Only show blank rows

Posted: Mon Apr 23, 2012 6:39 pm
by ruiascensao
Thank you for your help!

Best Regards,
Rui

Re: Subform: Only show blank rows

Posted: Tue May 01, 2012 1:28 am
by admin
.