Search results

  1. R

    Inserting Too Much Text Into A Text Box

    Thanks for the reply Mr. B. Now, here's my next problem (which I forgot to mention). There are several options that the user will select for each card and sometimes the card will require more than one option (i.e. the card will have Flying and Trample). With the current Case Statement, I'm...
  2. R

    Inserting Too Much Text Into A Text Box

    The database that I am creating is for my Magic The Gathering cards. Some creature cards have certain abilities, like flying or being able to block those who fly. I want to create a button (or a toggle button) that when clicked on (or toggled on) will insert a specific text string into a...
  3. R

    Inserting Too Much Text Into A Text Box

    I am creating a form with a text box that has buttons that insert a phrase when clicked. My concern is that I'm afraid of clicking it to many times and having to go into the text box to clear it out. My question is this: Can I prevent this from happening? Also, is there a way for me to use a...
  4. R

    Copy Data From 1 Table To Another

    I have two tables: one table (called basic info) to enter the basic information (lets say someone's name, telephone number, and their address) and a second (called extended info) to enter more information (say their car info, work information, movie preferences, etc.). I want to have the name...
  5. R

    Turning Into Currency

    I already have the cells formated to be currency and at 2 decimal places. The thing is is that I just don't want to be hitting the decimal point. I just want to enter a number and have it automatically insert a decimal point.
  6. R

    Turning Into Currency

    I have a spreadsheet that calculates portions of my paycheck (so I know what to expect). Part of it is to estimates the taxes I pay, then later, when I put in the true values, I have to punch 'em in with the decimal point. Is there a way for me to punch in a whole-number value (say 1000) and...
  7. R

    Finding A Character Within A Textbox

    I need to find a character within a textbox. The common text within this textbox is a number (between 1 and 10) and up to five letters (from these letters: R, G, B, U, W). An example would look like this: 3G, 1RRR, RG. Anyways, I need to find out what the letter(s) is/are in this textbox to...
  8. R

    Strung-Out Text

    If I want to find a set of words (lets say "wanting pizza") in a string of text, how would I do that using VBA?
  9. R

    Pop-up Button

    Thank you. Thank you. Thank you. This will help me a lot
  10. R

    Pop-up Button

    stupid me. i forgot to put that... its to gather a bit more info, as in, say it gains more strength, i want the pop-up to ask "how much?"
  11. R

    Pop-up Button

    I collect Magic the Gathering and am trying to make a database that'll put cards into it. I have several buttons on a form (the "add a card" form) that'll help me input certain keywords/keyphrases that are used with a lot of the cards. My question is: Can I use a pop-up window that'll pop-up...
Back
Top Bottom