Search results

  1. T

    Logical error

    i have this logical error in my program. i will like the program to work like this--> if user only keys in CUS (customer name), the program will search all the entries under customer name which matches with what user have key in... if user keys in CUS and PROJ(projectname), program will find...
  2. T

    error when compiling

    i have this current program modify from another program, both program function quite similar.. when compiling, there are 2 error when i run the access, 1 is it point that there was syntax error on insert statement, but i couldnt any mistake - DoCmd.RunSQL strinsert (program point it mistake...
  3. T

    program unable to output anything

    Hi, i need some help. below is my prog.. im actually new to MS access, never learn in school, self picked up i bold the part which i think the program went wrong, example i keyed in "3M" for Manufacturer, even if the prog found "3M" in the tblClient , it cant proceed to the other if statement...
Back
Top Bottom