I have a table called tbl_Session which, when user logs on, records their Staffname, Stafflocation and current date time, it is not related to any other table. I then have a form called Frm_Order based on tbl_Order where the user can enter a new order. What would be extremely useful is if I could grab the fields StaffName and StaffLocation from tbl_Session and insert automatically into tbl_Order StaffName and StaffLocation for that particular order. I have tried setting the default value to a query based on tbl_Session where LogOffDate is empty (i.e current session). I have also tried writing some VBA for a Dlookup but I cant get the syntax right. Can anyone help please?