Recent content by kudar@programmer

  1. K

    create DB access table during runtime in VB 6

    i wanted to create it when updating some of the orders so as to keep track of the dates when those orders were updated. the thing is like when a customer comes and gives us an order, we enter the order in the DB. say the order is for 10000 boxes. if the factory guys run 5000 boxes on a...
  2. K

    Go to last record when form opens?

    thanks boss
  3. K

    hi cogcj may i know what you are good at so that we can help each other orrather you can help me...

    hi cogcj may i know what you are good at so that we can help each other orrather you can help me coz imrealising that im still a newbie in the programming field
  4. K

    create DB access table during runtime in VB 6

    hi. VB6 FAQ i been tasked to write an order tracing system for the sales dept and so in some instances i need to create a table during runtime. how do i go about it
  5. K

    Go to last record when form opens?

    if thats is vb6 then its simply adodc1.recordset.addnew that is if you are using ado control
Back
Top Bottom