Visible property in continuous form

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

Guest

In a continuous form i am trying to show/hide certain fields based on a field
[service]. I can make them show/hide based on [service] but it applies it to
all form entries based on the [service] field that is currently active.

How do i make it change for each entry and stay that way when i move to
another entry.

Hope this makes sense!!

TIA

Rico
 
The Visible property of a control is not resolvable at the individual
row level for a form in Continuous or Datasheet view.
Using Conditional Formatting, you can simulate the effect of the Visible
property by setting the control's Fore color prop to be the same as the
Control's/Form's Background color prop.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top