Hello,
I have this continuous form of orders:
On the right side there are 6 pictures. I want them to show only when certain conditions are met.
The first 3 mean this:
- Ordered from distributor
- In transit to us
- Received from distributor
For these I created Yes/No checkbox in the orders table and the data entry form, looking like this:
The other pictures visibility will be determined by dates.
The data source for my continuous form is a query - showing all placed customer orders. Data entry order is connected directly to table orders.
Can I do this using expression builder or will code be necessary?
Thank you.
Tomas