RexesOperator
Registered User.
- Local time
- Today, 13:10
- Joined
- Jul 15, 2006
- Messages
- 604
I have four tables: Company->Client->Transaction->Site. I also have a query called qryAddNewTransaction based on the four tables.
When I use the form wizard to create the forms/subforms, based on the query, everything works as expected. However Transactions are based on two types (a lot of information is common to both, so one table). I only want certain information for one or the other type. I have a check box in the Transaction table to distinguish between the two.
If I run the form wizard with the checkbox criteria empty, the forms/subforms are fine. However, if I use 0 or -1 in the criteria, no subforms are created. The data is displayed as one block of information.
One option I have is to use the visible true/false property, so I do have a work around (that I will probably use).
But does anyone know why having a criteria entered in the checkbox field changes the way the forms wizard works?
I'm using A2K
When I use the form wizard to create the forms/subforms, based on the query, everything works as expected. However Transactions are based on two types (a lot of information is common to both, so one table). I only want certain information for one or the other type. I have a check box in the Transaction table to distinguish between the two.
If I run the form wizard with the checkbox criteria empty, the forms/subforms are fine. However, if I use 0 or -1 in the criteria, no subforms are created. The data is displayed as one block of information.
One option I have is to use the visible true/false property, so I do have a work around (that I will probably use).
But does anyone know why having a criteria entered in the checkbox field changes the way the forms wizard works?
I'm using A2K
Last edited: