Search results

  1. A

    Include Cell Value in Header

    I am using Excel 2003. I would like to include a cell value in my Header. For example, cell A1 says "John Smith," so I want "John Smith" in the Header. Is this possible. P.S. I searched online and found VBA solutions. I am not comfortable with VBA. But it seems this is simple, it should...
  2. A

    Question Microsoft Works Database v. Microsoft Access

    Hello. I use Access at work, and I would like to use it at home for a personal project, but it costs about $400. I am thinking about buying Microsoft Works, because it comes with a Database, and it is only $40. However, I am not sure it has the features I want - basic tables, forms and...
  3. A

    Format certain text in textbox

    Hello. I want to format particular fields in a textbox. The textbox contains a paragraph, which includes a person's name. For example: "Dear [NAME], you may have won a million dollars!" I want the name to be in a different font. Is there a way to do this. Note that I can't break it up...
  4. A

    Default Field Value = Field Value in Prior Record

    Hello. I am looking for a way to make a field value automatically default to the value of the immediate prior field. For example, I am in record 11, and in Field "City" I type "New York." When I create record 12, I want City to automatically default to "New York." Is there a way to do this...
  5. A

    Writing Code to Reference All Objects on a Form/Section

    I am writing code for an Access form. The form has a button and numerous objects. When the button is clicked, I want one of the properties in all of the objects to change (for example, the BackColor in all objects should turn grey). Instead of writing code to individually change the...
Back
Top Bottom