Search results

  1. M

    put zero in front number

    thank you :)
  2. M

    put zero in front number

    hello, i want to know how to put a zero (0) in front of number. i've created a table with number type field. when i enter 001 it's become 1. another thing to remember, 001 is not same with 1. is it possible?? thanks...
  3. M

    DLookup issue in form text box

    Hah, i dont know why. but after i add _ at Nama Barang = DLookup........... it's work! Thanks.. i have more question later :)
  4. M

    DLookup issue in form text box

    hello, i think i can use this with my project. but when i insert Private Sub Kode_Barang_AfterUpdate() Nama Barang = DLookup("[Nama Barang]", "[Data Stock]", "[Kode Barang]=" & [Kode Barang]) End Sub i got error sub or function not defined. sorry, i dont know access at all.
Back
Top Bottom