Search results

  1. H

    Question about pulling data from other tables

    Hello all, how are you doing. I have a report that is pulling data from Requirement History. I want to include a field that takes data from a Description field in Requirments. I set the control source to "=[Requirements]![Requirement_Description].[Value]". But it brings up a message box...
  2. H

    Problem with my navigational command buttons

    I am not sure what I am doing wrong here. I have a form that contains a previous record button and a next record button. I have both enabled properies set to Yes. In the form load section; I have the following code: If Me.CurrentRecord = 1 Then Me.Previous_Record.Enabled = False...
Back
Top Bottom