Hi,
i would like a form, set to go on new record on load,
Having in Header a textbox to inform reader as for " Employee Surname Name " every time is set to go around between records
What i d like is form not to show anything when it opens with no records
using so far
still opening it shows "ΥΠΑΛΛΗΛΟΣ" (as for Employee)
i would like a form, set to go on new record on load,
Having in Header a textbox to inform reader as for " Employee Surname Name " every time is set to go around between records
What i d like is form not to show anything when it opens with no records
using so far
Code:
=IIf("[ypalillosID]"=" ";" ";"ΥΠΑΛΛΗΛΟΣ" & " " & [Epitheto] & " " & [Onoma])
still opening it shows "ΥΠΑΛΛΗΛΟΣ" (as for Employee)