We are using a form for data entry of results which can be used by multiple people. We have no security set up as of yet on the DB. We have a field called technician in on of our forms where the person doing the entry type their name. We want to build an expression in the default value to work as follows: if the current time is between 7am and 3pm, then John Doe, then Jane Doe. This is a simplified version, but I am having trouble getting the right syntax. I could also make the field a list box and have the individual just choose their name, but would prefer the method above. Thanks for the help