Search results

  1. K

    insertion of value form to table

    Dear, Can any one explain the method of entering values available in different boxes on a form to relevant table attribute. Q 1. Entering whole tuple? e.g. EmployeeName, EmployeeId,Salary Q 2. Updating some attribute? e.g. Updating Salary of EmployeeName = "ABCD" I have already used under...
  2. K

    Getting value from table on Text Box Set

    Thanks, What about values from form to table. Is this DLookup can be used for insertion operation too.
  3. K

    Getting value from table on Text Box Set

    Dear, I have to get a vlue from a table on textbox set focus event. query is as Select Price From Product where P_Name = p p is a string containing product name to be queried.
  4. K

    Query On form Load event

    Dear All, I have a form and on its load event, I have to query a table and calculate total entries and assign a +1 value to a text box. Unable to find solution. Please help. For Example: A table named "Orders" contained already added orders. To add new order, existing table is queried and...
  5. K

    Passing value to a report error 2212

    Dear, I have a form and a button which contains a report on click event. This report is based on a query which displays results from a table. The matching criteria is based passed at run-time. Unable to pass that value to the report. Please help.
  6. K

    Abnormal Behaviour of DLookUp. Error 2471

    I have created a form and having combo box on it. This combo box is used to make selection from table and it chooses name of the customer from customer table. Then text box for password. After selection password verification code runs and generate error. If Me.txtPassword.Value =...
  7. K

    Events Not Firing In Access 2007

    Thanks Missinglinq. I dont have idea of trusted location. Your method is self explanatory. It works.
  8. K

    Events Not Firing In Access 2007

    Dear All, I have created a form and added a command button. On click event, I added a simple Message Box code. On Form running state, Event is not triggered. I have tried some different options. None is working. Please help. Non of the event is not working.
Back
Top Bottom