A
Andre C
The database holds client information in one table and a list of when
they are visited in another table.
A form is used to input the details of the visit. This was working
fine and then I added a refinement.
On the form I want a field to be displayed which shows how often the
average that the person has been visited in the last 3 month. A
seperate query generates this, linked via a unique client number.
I place the field (visitavg) on the form. If I just scroll through the
current data with teh input form, all is fine. However if I open the
form in add record mode the form is blank, no controls visible. If I
click on an add record button I get a message that "that option is not
available at present."
I am presuming this is because when I open a form in add record mode
there can be no result from the average visit query. How can I resolve
this.
Andre
they are visited in another table.
A form is used to input the details of the visit. This was working
fine and then I added a refinement.
On the form I want a field to be displayed which shows how often the
average that the person has been visited in the last 3 month. A
seperate query generates this, linked via a unique client number.
I place the field (visitavg) on the form. If I just scroll through the
current data with teh input form, all is fine. However if I open the
form in add record mode the form is blank, no controls visible. If I
click on an add record button I get a message that "that option is not
available at present."
I am presuming this is because when I open a form in add record mode
there can be no result from the average visit query. How can I resolve
this.
Andre