MaggieLeatherman
Programmer
I've been getting Runtime error '2001' , You cancelled the previous operation.... on the following code:
If Not IsNull(Me.BSRId) Then
Me.txtUnits = DLookup("UnitsACM", "GAMaterials", "[bsridfk] = Me.BSRId")
End If
Does anyone know what this means? Thanks, Maggie
If Not IsNull(Me.BSRId) Then
Me.txtUnits = DLookup("UnitsACM", "GAMaterials", "[bsridfk] = Me.BSRId")
End If
Does anyone know what this means? Thanks, Maggie