Is there a way to take data from one form, say ProjectID, and save it so it can be used in another form (i.e. to use in a querey to get information about that project). Currently I am writing data to a table I made to hold that information and then retrieving it from that table when I open the next form. I am concerned that will cause problems when there are multiple users. Is there some type of variable that can be used between forms? Thanks in advance.