updating screen data by enduser

  • Thread starter Thread starter roger
  • Start date Start date
R

roger

Hello Friends:

I am designing this application called Guest Book
Application for this gallery.

On one of the forms are a couple of date fields which
basically say when the Gallery admission will be free and
this kind of changes every three months...so I want that
the end user who does not know how to use Access is able
to just clich on this form and change the dates...without
opening the form in design mode or even using Access.

He must be able to click on a SC to this form...change the
dates to the new one and the next time the visitor opens
the application...the Guest book application...he must see
the new date. How would I do this?
 
If the dates are subject to change then they should be data, not part of the
structure. Put them in a table, then you can provide the end user with a form
to modify them as required. Likewise any other admission details that may
change in future.
 
Back
Top