DLookUp("startingbalance","TBanks","bankid = " & [bankid])
I am trying to use this to lookup the startingbalance from table TBanks and use as the default value on a textbox but I get no errors, just no data?
bankid is the primary key and TBanks is the table and startingbalance is the field I want to lookup!
The form where the textbox is located is named FReg and has its primary key as RegID