Search results

  1. F

    autonumber in a continuous form

    thanks ted,martin i did not use the table as record source because i want all the data to be inputed will start at 1. this is the scenario, i have main form called personal_info and a subform called list_hobbies. once i filled out the information on personal_info then it will go to the...
  2. F

    autonumber in a continuous form

    hello everyone, i'm having trouble with continuous form. can somebody help me with this? i need an auto increment number once the data is completed. let's say i have 3 fields (txtrec_pos,txtname,txtage) in an unbound continuous form. after i input the data in txtname and txtage when i press...
  3. F

    confused with append method

    thank you so much! i really appreciate it. thanks to all the response and patience you had given. sure i learned a lot from you. this thread is very useful, and has been solved. again thanks a lot, that's all i can say... anyway, i don't intend to use this in my program but learning this...
  4. F

    confused with append method

    sorry for the late response, i evaluated the codes just now. it's working, when all the textboxes were filled out or simply visible. but if there is something not visible it gives me error : "Number of query values and destination fields are not the same" i think we have to put additional...
  5. F

    confused with append method

    thanks to your response. yes i know that. a bound subform in a continous form or datasheet. i think that's better. you just gave me another option. just to ease my mind, let's go back to the problem. just wondering (like example on the first post) we're now able to append the records on a...
  6. F

    confused with append method

    one more thing, what if the values that i want to append will be placed in just one record? every values of the control will be appended in every field. let's say: acc1 = a acc2 = b acc3 = c . . . acc15 = o i want it to append in the table in every field, not in every record. output...
  7. F

    confused with append method

    you're right, it works! a bunch of thanks to all the effort and patience and for the tips i learned from you. time to celebrate. cheers :cool:
  8. F

    confused with append method

    i tried what you suggested but i think i missed something. i create a function to loop for the textbox using controls. i revised your code and instead using currentdb.execute 'coz it gives me error everytime i call it. but still it's not working. i want to append only the...
  9. F

    hello

    nice to meet you here lancelot, you can count on all the guru here and also, you might help others as well. it's nice to have this forum, this will be a big help to other programmers who's in trouble. (*like me*) again, thanks for the greetings. and welcome to microsoft access help center. ;)
  10. F

    confused with append method

    thanks to your immediate response. i really appreciate your time and effort to help me and others as well. thanks for the code. this will be a big help. sure to repost as soon as the program works well. again thanks a lot :)
  11. F

    confused with append method

    here it goes, i have tabcontrol with 3 page in it. every page consists of 5 text boxes 4 boxes are set visible to false, not until the first box meet the certain criteria and the second box will be visible, when the 2nd box meet the 2nd criteria the box will be visible as well and so on.. the...
  12. F

    hello

    i am IT by profession but database is not my forte i've been using msaccess 2000-2003 for almost a year but the frustration in VBA or VBE is still in here. i wish i could get an assistance to any guru here. thanks so much.
  13. F

    printing a receipt

    helow, i finally found the solution. drivers from another printer do the trick. thanks to you man! this thread has been solved. thank you guys,:) cheers :-)
  14. F

    printing a receipt

    hi guys, i've searched for the update driver for my printer but still no luck. i tried the site u gave me but the ftp server of epson does not support the link anymore. i tried mail merge as well, the custom size of the paper in word 2007 works fine but then when i print a sample page, after...
  15. F

    printing a receipt

    thank you so much for the time and effort, i really appreciate it! i will repost it as soon as i succeed. more power to all of you guys.
  16. F

    printing a receipt

    not sure, but can you tell me where to update the driver if it's not updated? i will repost it as soon as the program is working.
  17. F

    printing a receipt

    yes, but the problem is the printer did not recognized the paper size i created. :( by the way, am using Epson LQ2170
  18. F

    printing a receipt

    tnx for your response. i already did it. but the sad thing is i can't find the custom size paper in the page setup. i tried searching over the internet but still have no luck so im thinking if codes on vb might solve the problem. anyway, im using windowsXP and msAccess 2002. if anyone has an...
  19. F

    printing a receipt

    hi guys, please help me ease my burden. i have a data in which i have to print it in a continous paper. but the size of the paper is Height: 2.75in Width: 6.35.when i create customized paper size using printer server properties, it does not appear on the list of the paper available in the page...
Top Bottom