Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wshs1

  1. wshs1

    dao to ado??

    thank you. definately helped.
  2. wshs1

    dao to ado??

    i've created a simple monitoring system using access(vba). my network tech is asking if i've done it in dao or ado? how do i check that?
  3. wshs1

    updating a field after filtering "inbetween" dates..??

    getting "missing operator" syntax error.. seems like it's capturing the Tdate but.. Tdate, Bdate, Ddate are all "date/time" and fymo set as "text
  4. wshs1

    updating a field after filtering "inbetween" dates..??

    actually im getting a typmismatch. is there a symantic error that im not cathing? was certain that was gonna work..
  5. wshs1

    updating a field after filtering "inbetween" dates..??

    tjv1611, thank you!!! your my hero of the day!!
  6. wshs1

    field is too small to accept the amount of data you attempted to add

    wth.. it's working now... i just erased the row source and re-typed the bound field and it's working.. how frustrating.. anyways, thank you for your help guys. really appreciate it!!
  7. wshs1

    field is too small to accept the amount of data you attempted to add

    nothing.. just a rowsource for users to choose from and trying to bound it to a field..
  8. wshs1

    updating a field after filtering "inbetween" dates..??

    kjv1611, 'Tdate' is a field which returns today's date. field is locked and the moment user opens the form, it is upated. On that same form, i have a field "txtFYMO". based on Tdate, i need to update this(txtFYMO) field box. I need to update txtFYMO with 'fm' but i first need to find which fm...
  9. wshs1

    field is too small to accept the amount of data you attempted to add

    yes, it is a bound combo box. By bound field you mean the field from the table that cbo box is bound to right? i've tried changing it to 255 and still no luck. i've tried changing it to memo as well. still same error message.. i've had texts longer than this. first time i've encountered this...
  10. wshs1

    field is too small to accept the amount of data you attempted to add

    i keep getting this error message. its from a combo box which has 2 columns. i've tried expanding the field size but it's still not working.. i've also tried getting rid of the other column to make it one yet still not working. It only contains about 10-15 words so i have no clue why it's saying...
  11. wshs1

    updating a field after filtering "inbetween" dates..??

    i have a table "tbl_AFYMO" which has three fields. 1. BDate 2. DDate 3. FM on my frm_PurRequisition form Tdate is automatically given. By using that date, i need to filter and find the 'FM' which TDate is inbetween Bdate and Ddate. am i making sense? so i need to update 'field1' based on...
  12. wshs1

    calendar only works with dialog..

    i have a search form which seems to work fine. user can select name or dates (from and to)to search for specific log. one problem. i created a command button which pops a calendar so user can easily click on the dates. and it works fine. but for some reason, if user manually types in the date...
  13. wshs1

    updating a field based on other field

    just saw that.. but thank you~
  14. wshs1

    updating a field based on other field

    so im using the dlookup function. i have a form, and i would like to update the field "paID" when user fills out the "PrNum" field. this is what i have.. im getting a mistype match. so user types in the prnum, i want access to look up the tbl1_PurchaseRequisition and find the "PaID" which has...
  15. wshs1

    preview/printing checks with dot matrix

    i got the currency to english part working thx to u guys. trial and error.. guess that always works lol

Part and Inventory Search

Back
Top