I have a form used to display properties. I found a sample database that had a call history log in it. It has 1 table and 2 subforms on a third form. One that lists the calls in datasheet view and displays call date, call time, and the call result, and another that has a big text box that displays the notes stored in the corresponding call record.
Call date and time fields are supplied with the default values of the current date and time. When this was in it's original database it worked fine. In mine though (I transferred first the table then the 2 subforms, then copied the portion of the master form into my database) I am having a problem witht the call details portion. I have the call listings subfrom linked to my master table and it's doing what it's supposed to. The details form in the original database has CallID linked to CallID on master and subforms. When I do this and then try to view the form to enter data, a msgbox displays saying "CallID=" Does anyone know how to help? Does that even make sense?
Call date and time fields are supplied with the default values of the current date and time. When this was in it's original database it worked fine. In mine though (I transferred first the table then the 2 subforms, then copied the portion of the master form into my database) I am having a problem witht the call details portion. I have the call listings subfrom linked to my master table and it's doing what it's supposed to. The details form in the original database has CallID linked to CallID on master and subforms. When I do this and then try to view the form to enter data, a msgbox displays saying "CallID=" Does anyone know how to help? Does that even make sense?