Search results

  1. A

    Complie error: ByRef arguement type mismatch

    i have no idea i didnt do the scripting or anything, either way i have over come this i found out the problem. i had deleted an un needed combo box and it couldnt find it. but yeah thats ok now. i now have a different problem though haha if u look in forms part. its annoying me the database is...
  2. A

    Inserting Pictures Making Access Crash?

    focking pissed off. i want to add an image to a some forms, the database is all working and that. but when i put a picture in in the design view and then go to view it the whole thing crashs. i nearly lost the whole data base from putting one on the home page, thank fock i had a back up and now...
  3. A

    Complie error: ByRef arguement type mismatch

    Private Sub btnOK_Click() On Error Resume Next glMajorPartNo = MajorPartNo gbFormValue = True glVehicleID = cboVehicleID DoCmd.Hourglass True If Not IsNull(cboVehicleID.VALUE) And Not cboVehicleID.VALUE = "" Then CopyVehicleBOMToPartsReport...
  4. A

    Complie error: ByRef arguement type mismatch

    hello i need some help, i am getting this error when i press ok for a bill of materials. now i am not an expert on wither access or visual basic so this has got me lost. I did not make the database but am simply changing it to suit my needs. This function works fine in the original version...
Back
Top Bottom