Search results

  1. S

    refresh of dropdownlist prob

    i tried that but itsnot working :s if its any help http://users.skynet.be/bk323206/test2.bmp http://users.skynet.be/bk323206/test.bmp
  2. S

    refresh of dropdownlist prob

    Hello i have 2 dropdownlists: companyname and Servicenumber, and a hole form with textboxes about the companys my probleme is : when i change company name, al textboxes get filled(thats good) but when i scroll true company name and servicenumber, the textboxes get filled correctly but the...
  3. S

    How can i make a timer like this 001 002 003 ?

    Thnx m8! with the FORMAT function everything works out :)
  4. S

    How can i make a timer like this 001 002 003 ?

    Hello how can i make my teller go 001 002 003 instead of 1 2 3 example of how i want my table: bike 001 bike 002 bike 003 bike 004 bike 005 bike 006 bike 007 car 001 car 002 car 003 car 004 car 005 car 006 car 007 car 008 car 009 car 010 boat 001 boat 001 example of how my table...
  5. S

    Printing labels :s

    hello i was wondering if somebody has a sample code of printing labels:s cause im working on my "big project for school"(dont know how you call this in english) . The data is in a simple datagrid I know how to print a simpel Textbox but a label i have no idea
  6. S

    how to check PAth

    Heloo I have another question im making an aplication and i made something zo that you can replicate a DB. When you replicating you have to giva in a PATH for location of replication like (c:\Home\Replicate.mdb) Now i want to make something to check of the path has the right "ingredients" like...
  7. S

    Importing a table

    k ill look after TransferDatabase
  8. S

    Importing a table

    Hello my next thingy is there is a table TEST in the database HOME im working in the database HOME1 How can i import the table TEST to the database HOME1 but only by using a Module in vb? any ideas maybe? thnx
  9. S

    table to table

    Yea its not normalized but im doing ma interm right now in a (pc)hardware store but there is no work anymore right now so im "upgrading" my VBA skills a bit :D cause i need it Sub macro2() CurrentDb().Execute "DELETE * FROM cst_import" CurrentDb().Execute "DELETE * FROM art_import"...
  10. S

    table to table

    HElo im working on a access database and i have 2 tables : test1 and test 2 They have the same columns. My question is how can i copy the data of test1 to test2 , while using a module. Thnx
Back
Top Bottom