Search results

  1. N

    Need help with filter on Tab Control

    Hi, Please can you provide me to slove a filter of records on each tab control. A form has four tab controls, when each Tab is clicked or selected, a filter should be applied on the recordset from a single table on QtrID(number), and each tab is filtered as 1, 2,3 &4 of the record repersenting...
  2. N

    Duplicate fields with unique values

    I have a table with a set of fields that repeat in some record, and , other field have unique data on it. I would like to find a way on the Forms to display(data entry locked) the Repeating data and list each of the unique data as separate textboxes. Can somebody please help me find an easy...
  3. N

    CheckDigit

    Need help with the current function: I am working on generating a CheckDigit for a field. The process is simple but yet iam not able to go around it, my head is not functioning at this point. Let me explain the process - If the Field is a name then, I am required to use the 3 weight-method...
  4. N

    Combo Box Issue

    Please help! I have this combo Box and use this code to populate to other fields: Private Sub ServiceCode_Exit(Cancel As Integer) Dim varSerC, varDiag, varRate As Variant varSerC = DLookup("ServiceCode", "Service List", "ServiceCode = [ServiceCode] ") varDiag = DLookup("Diagnosis"...
  5. N

    need help! Append to table from the working form

    I have an open form, where the combo box gathers data from a 'Traveldetail'. If the user doesn't find the item in the combobox, he should enter the new item in the combo box, where the notinlist is triggered and should allow the user to add the new item in the 'Traveldetail'. code: Private Sub...
  6. N

    Gather Data from a PDF Document?

    Hello everyone. Is there a possibility to gather data from a PDF Document (Fields filled)? Need Help in this matter. Since Most of the input will be an online PDF form that will match my table input too. So instead of typing the data that is already stored, Can we import the same data into...
Top Bottom