Avatar of clock1
clock1
 asked on

Control visibility of command button in detail section of Access Form

My form is used to display a list of items that customers purchase filtered by customer.
Form Headers are:  Customer, Qty, Price, Total.
Detail lists all purchases for Customer.

Customer      Qty      Price      Total
A                      1          $2.00     $2.00
A                      2          $1.00     $2.00
A                      3          $2.00     $6.00
A                      4                         $0.00    [Button Visible Here]

I want a command button to be visible in detail when Price is null otherwise the command button is not visible.  How can this be done?
Microsoft Access

Avatar of undefined
Last Comment
clock1

8/22/2022 - Mon
Rey Obrero (Capricorn1)

what is the default view of your form?
clock1

ASKER
Continuous Forms
Jeffrey Coachman

You cannot do this "easily" in a continuous form.

What's the button for?
Perhaps there is a more efficient design to accomplish the same result...
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
ASKER CERTIFIED SOLUTION
PatHartman

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
clock1

ASKER
Thanks.
clock1

ASKER
Thanks.