Search results

  1. A

    Public Function

    Hello. I have written a public function as follows: Public Function FullName() As String FullName = FirstName & " " & LastName End Function The function is contained in a module. When I try to call this function to use on a form, I get an error message "variable not defined"...
  2. A

    open form&fill in data

    Hello. I have a form in my database with a command button that opens another form (based on a related table) at a new record. I would like two pieces of data from the record displayed on the original form to be automatically filled in on the newly opened form. Can anyone help? I'd really...
Back
Top Bottom