Search results

  1. N

    sum of

    how do u do the sum of list boxes added together?
  2. N

    adding prices??

    how do u add prices in a query? e.g [ product , name , price ] if i had a bunch of products, how do i add all their prices together?
  3. N

    insert into, where?

    if i had a table structure like this: [ user , active (yes/no field) , product , qty ] for a shopping cart kinda thing, how do i insert a product into that table where the user = yes, or active?
  4. N

    Variables and Queries

    Sorry if this has already popped up.. Umm.. i need help with an insert query, but i have to use vb for it.. STORY... I SPOSE.. Its a computer part shopping cart basically.. when a user logs in, a column in the user table called 'active' is set to YES, since its a yes/no field. When a user goes...
  5. N

    Insert into tables, with active users & and from forms!! help!

    i am trying to insert info from a form into a table.. but thats not my problem.. The info I want insert has to be inserted to the User that is currently "active" in that table. My table structure: User: [ userid , username , password ..... active ] Product: [ product , name, .... ] CartOwner...
  6. N

    3 list box updates

    I have three list boxes running in the one form.. I want it to run so once I select something from the first list box it updates the second, and then click the second and it updates the third. The first box displays products types.. CPU Motherboard etc... The second I want to...
  7. N

    Login for access

    Hey, Sorry if this has already appeared in the forums before.. I need help with building a login system.. I have a User table: userid | username | password ^^ slightly more complez but thats basically it.. I don't know how to do the code for it.. I know it has something to do with a...
Back
Top Bottom