Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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?
  6. 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