Recent content by Tinku

  1. T

    Need help with Mailmerge List

    Hi I am trying to create a MailMerge database Right now the data is like this Company Name Address DUNS # WORKSHIFT SYSTEMS CORP 373 Poulin Avenue 251290813 OTTAWA...
  2. T

    Move current record in a continuous form

    Hi Doug Thanks for your reply. The diff tables are the requirement of the client. I had suggested having a listbox field with 4 entries, but he said he needed for tables. So if I were to do this.. how would I do it ? Where am I going wrong in my code ? Regards Tinku
  3. T

    Move current record in a continuous form

    I have a form which has a listbox with 4 values Active, Inactive, Win, Loss I have 4 tables with the above values ie Active, Inactive, Win, Loss. Only the table Active has records. I have created a form for this table. Depending upon the selection of the listbox I want to move the current...
  4. T

    Recordset Problem..please help

    Hi Adrianna This doesnot work frm1.txt_Operator(X) = rst1(0) ' gives me a error' This works frm1.txt_Operator= rst1(0) ' without (X)' But as it is outside the loop it gives me only the last value of the recordset. But I can see there are 41 rows selected in the recordset. My problem is how do...
  5. T

    Recordset Problem..please help

    I am having problems assigning the recordset values to a tabular form with unbound boxes. I have assigned the values eg. frm1.txt_Operator(X) = rst1(0) and put this in a loop as below..it give me a error 451 and if I put it outside a loop eg. frm1.txt_Operator = rst1(0) then it shows only the...
  6. T

    Newbie form question.. please help

    Hi WayneRyan Sorry, I know this is hard to explain. Can I send you my mdb file so you can have a look at it ? Any email address ? I really appreciate all your help. Regards Tinku
  7. T

    Newbie form question.. please help

    I have 2 forms. The 1st form has 2 comboboxes. The row source of the 1st Combo box is table "A" and Rowsource for Combo Box is Rowsource Table "B". The table "A" has 18 fields. And Table "B" has only one field. The 2nd form has 6 text boxes. I want to display results in my 2nd form based on...
Back
Top Bottom