Search results

  1. J

    combo to auto fill subform

    Ok i really new to this. Here is the problem im having I have a main form RCB it has RCB#,Order,Heat,Grade,Size,Shape,Tolerance. This has a list of procedures that go alone with up up to ten depending on the order. Ok i no i have to make a subform to add the orders that i want to the...
  2. J

    Form help

    The form that im trying to make has three spots to fill, DiaGo,DiaNOGo,TDM & they could have up to 10 entries per field. What I'm asking is how? If i just want to populate the three with whatever numbers i have or do i need to make a new table for each?:banghead: Because on my report it will...
  3. J

    VBA Code still gives me an error

    Hello all, i have been fighting with this for a bit and just thought that id reach out. Anyway my code is as follows; Private Sub RCB_Number_BeforeUpdate(cancel As Integer) Dim Answer As Variant Answer = DLookup("[RCB_Number]", "tblRCB", "[RCB_Number] = '" & Me.RCB_Number & "'") If Not...
Back
Top Bottom