Search results

  1. X

    Incremental number

    Thank you for your kindly assistance
  2. X

    autonumber field in txt format

    Yes, it is perpectly functioning now. I really appreciate your gently assistance Thank you so much to all of you again. Best,
  3. X

    autonumber field in txt format

    No, that is not going to solve it I have ready done all those. Could you post me a simple db showing the proper configure and with a text field showing 00000 as default next when a new record entered will be 00001, 00002 .... 00011 so on. I will appreciate for that Thank you in advance
  4. X

    autonumber field in txt format

    Hi Frank, Thank you so much for quick response. In fact, this field is text formatted in my table. Also, in my form I have "00000" put in format property. I am not sure if this is related to the issue. Please give me other tries. Again, Thank you so much for your help, I really appreciate that.
  5. X

    Incremental number

    Dear All, I have a column called AsiaCode in my database table to hold 5 incrementable digits. I need to set 00000 as defaut value, everytime when new records are added, the numbers will incrementally be increasing added such as from 00000 to 00001, 000002...00012... so on. How Can I do...
  6. X

    autonumber field in txt format

    Thank you for suggestion but it does not work. Is there any other way Would you like me to try please.
  7. X

    autonumber field in txt format

    Dear All, In my asset Database, there is a variable called CIAT in Asia Code, this field has been formated as text. Currently, I am changing it so that everytime user add new record on to a database it can increasingly auto fill a new record. after writting a code (refer to the following) it...
  8. X

    Automatic Pop Up Message Box

    No, I don't but I have been searching for. Thanks. Xaysana
  9. X

    Automatic Pop Up Message Box

    Do you have any simple sample on this automatic Pop Up Message Box please? Thank you. Xaysana
  10. X

    Records nagivation in form

    Hello there, I am trying to query database records in form by using Combo query. I have buttons and scroll navigations in the existing database, a part from that i would like set Comb query in this database too, as it professionally seems useful for user to scroll records up and down in a...
  11. X

    Modifying an addnew record button in two control form

    Thank you for suggestion
  12. X

    Modifying an addnew record button in two control form

    Please be with me, without your assistance I can not move any further. Yes, after closing down the error message then went to click a New button to add new record it allows to add new record. Also, I would like to disable Mousewheel, prefer to use Next or previous record buttons rather than...
  13. X

    Modifying an addnew record button in two control form

    Thanks for your assistance. Yes, it is in the same form not a Subform. In fact, I had followed your instruction, it is actually worked switch to the first a Tab control, however once it switches to the first tab, it doesnot create a new blank record instead appears the most current record just...
  14. X

    Modifying an addnew record button in two control form

    Dear All Please help, I am very new to VBA. In fact, I've been a ordinary access user for years. Now just have a brainstom to learn about Module VBA. Just got a chance to create a simple Fixed Assets Database for a Project, already caught up in trouble. Here it is: In a data entry form: I...
Back
Top Bottom