Search results

  1. M

    Text box to cell, not bound

    When I said "combo" it was me shortening the word combination. Sorry for the confusion. Regardless of combination it would not add a new line with the new commands I found.
  2. M

    Reusable Form

    I'd estimate over the course of it's life 10,000 or so records will be created and they will be edited 5 days a week, multiple times a day. I've selected that each column be indexed in each table. The computers are incapable of being upgraded (we're not allowed) and they will never have access...
  3. M

    Text box to cell, not bound

    combination*
  4. M

    Reusable Form

    I started it from scratch on my work computer. I'd assume there to be no issues, how do I check to see if it's disabled and if it is, where can I enable it? edit: I just converted the entire form from macro to vba, most of the macros held up so I don't think it's that.
  5. M

    Reusable Form

    I have 20 tables (each one assosiated with a different thing at work) and each has 7(8 if counting ID) columns and another set of 8 tables with 3 columns each(4 w/ID). Users input a tracked control number to the applicable table via the reusable form. All other necessary data with that control...
  6. M

    Reusable Form

    DoCmd.OpenForm "AFT", acNormal, , , acFormAdd, , OpenArgs Does not work. Even: DoCmd.OpenForm "AFT" does not work (with or w/o parenthesis). I have repeatedly tried using DoCmd.OpenForm to open my forms and it never works so I now use the built-in macros with ms access so I have no idea...
  7. M

    Text box to cell, not bound

    I finally found in the help file it appears '10 uses "adCRLF" "adCR" and "adLF" but everything I try with any combo still fails.
  8. M

    Text box to cell, not bound

    I appreciate it!
  9. M

    Reusable Form

    Unfortunately I'm very new to both Access and VBA so I'm having some trouble getting this setup. On a form I have multiple buttons. When I push one of those buttons I'd like it to open the new (reuseable) form I've created and have the recordsource be that button's caption (there's a table...
  10. M

    Text box to cell, not bound

    The form is called ATU1 and the "Add User" button will be removed (I initially thought I needed it but enter, tab, or just clicking outside the text box works just as well). Oh, another thing, I was experimenting with everything I could think of so there's an "Lf" in there right now that...
  11. M

    Text box to cell, not bound

    Yes. And I just realized this site doesn't like extra spaces haha, so ignore where I tried to put them in at the bottom, it should look like: blah blah blah blah macattack 1/8/2013
  12. M

    Text box to cell, not bound

    Ok, thanks for you help, got this 99% done. Last thing is it refuses to accept new lines (it'll be awesome when I can actually post pictures). When I enter a name in the text box and hit enter it places their name and date in the table, yay! The issue is the two are on the same line. I tried...
  13. M

    Text box to cell, not bound

    Perhaps I should have mentioned I'm a complete novice with Access/VB. I began working on this 3 days ago, never touched it beforehand but I am a quick study. I tried pasting it into the text box's on Exit section but it did not like having nothing after the "Then so I deleted the quotation and...
  14. M

    Text box to cell, not bound

    Hi, Scoured the internet and these forums and I'm unable to find what I'm looking for. I have a memo cell in a table that I'd like users to be able to insert their name into (from the same form). Basically allowing a user to throw their name into the memo, then auto-clear the box. When they...
  15. M

    Scroll Wheel to scroll in memo field now whole form

    I had to do a lot of digging to get my project to do this as well. Finally came across the attached gem. I found that by scouring these forums but can't post the page because the 10 post restriction. I'm a total novice with this stuff but trying to learn :) Mac
Back
Top Bottom