Command Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can a command button change color when a query is satisfied? I have a
command button when clicked runs a query but the criteria in the query may
have no data to report. In order for me to know if the query has data, I
have to remember to click the command button ocassionally. Can the button
change color dynamically if the query has 1 or more rows of data?
 
you may enhance your command to change color of cells or rows that qualifies
your querry
 
Back
Top