Hi Gurus,
I've a table visits in which am entering data...however I've searched for a way of having a value repeat to no avail. On one fo the forums (dont remember which) I got this
but it is not working. What I want is when I enter the patients height at first visit, it is repeated automatically for the other visits.
thank you in advance
Samia
I've a table visits in which am entering data...however I've searched for a way of having a value repeat to no avail. On one fo the forums (dont remember which) I got this
Code:
IIF(IsNull(Height),DLOOKUP("Height","tblVisit","Height"),Height)
thank you in advance
Samia