Hi
On my report, I would like to highlight any fields (Text Boxes) that are empty.
I suppose it is a kind of condition formatting like in Excel, maybe not!
Please help
Nigel
VBA Virgin
Hi
I have a query, the fields are in this format:
01 is yes/no
01 Estimate complete date
01 Complete date
02 is yes/no
02 Estimate complete date
02 Complete date
This format goes up to 40.
I am asking if 01 yes/no, is false then do not return the field when the query is run.
In theory...
I hve found out why the form is blank.
If there is no associated record, it returns a blank. If there is an associated record, it returns the record and works.
Thanks for all your help.
Nigel
Hi again
Tried without and with the square brackets and same result, form with no detail.
I am not VBA or code savvy so I am not much use, sorry.
Nigel
I put the code in to a event of a button on the first form, on pressing the button, the form opens but there are no text fields or other button on the form, nearly there.
Nigel
Hi
It did not like this
DoCmd.OpenForm "Count of Learners Employers", , , "Site Name = "" & "Site Name&""
Yes, linking one text field from one form and opening another form using that value as reference to pull that value from a query result.
Nigel
Hi
I have a form open, I would like to open another form taken from a different table, they are linked through [Site name].
How do I link it so the associated record opens in the second form?
Regards
Nigel
I have got it sorted now.
Many thanks for those that replied
Nigel
Hi all
I have a form that displays a value calculated in a query and displayed on the form.
I have put two unbound text boxes on the form, in these boxes I need to calculate 15% and 30% on the value displayed from the...
It is working after amending the field name on one area.
Just testing it with various dates, but it is looking good so far.
Will keep you posted.
Regards
Nigel
VBA Virgin