User Profile

Collapse

Profile Sidebar

Collapse
Paul Ouma
Paul Ouma
Last Activity: Apr 16 '07, 09:22 AM
Joined: Feb 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Paul Ouma
    started a topic posting several transaction in a file

    posting several transaction in a file

    <%
    sql= "SELECT * FROM tblitems "

    set recobj = Server.CreateOb ject("ADODB.Rec ordset")

    'recobj.LockTyp e=3

    recobj.Open sql,connobj

    %>

    <td width="9%" height="1"><sel ect name = "Itemno">
    <option selected ><%=recobj("ite mno")%></option>
    <%
    ...
    See more | Go to post

  • Paul Ouma
    started a topic Multiple lines Transactions

    Multiple lines Transactions

    Hi all
    I have 3 access dbase 2000. One for Students details,one for Items and one to store the isuues of items to students.

    My problem is to post several items to one student on a form. The form should search for existing Items using ItemNo, display the Item then I enter the qty. It should take me to the next line to enter the next item.

    I should be able to repeat this until all items to be sold to that student are...
    See more | Go to post
    Last edited by MMcCarthy; Feb 28 '07, 06:52 AM. Reason: removing email address - against site rules
No activity results to display
Show More
Working...