MarkoKobal
IS-IT--Management
I have a form in wich I have a text boxes based on a table and text box which gets data from another linked table with the controlSource =DLookUp("NAME_POST";"POST";"ID_POST = " & [ID_POST]), so this wants to enter data before it is entered ID_POST and so until I enter an ID it displays #ERORR. It actualy works OK, but it's not quite OK. Could I use an IF(epmty, NULL, Dlookup...)???