Search results

  1. M

    Open Form based on date

    Hi All, I have a form that lists scoresheets, dates are predefined on these scoresheets, what I would like is for when this form is called the row displayed is not row 1 but whatever date is nearest to todays date but not in the future how can I do this?
  2. M

    Embed fonts

    Hi All, is it possible to embed a font within Access as it is in Word or Powerpoint? I would like all my form's to show the custom font even if the user does not have the font installed
  3. M

    Access + Excel = Standalone App?

    Hi All, I am in the process of creating a scoring and averages application. I have created a Access 2007 database to handle all the input of information, I also have an Excel 2007 workbook that I can import the table from access and then do tha calculations. What I would like to know is if...
  4. M

    Simple addition on form only?

    Hi All, I have several text boxes on a form which are editable in my database, I would like to have a running total of these values on the form, the total is not needed in the database as the individual values are fine, how do I do this? I assume it is based on the control source of the...
  5. M

    Update Query not updateable?

    Hi, I am trying to run a query to update all the teamnames in the scores table to be the same as whatever teamname is in ID1 slot the select statement runs fine on its own so it must be something in the syntax also, UPDATE [Scores] SET [Scores].[Teamname] = "anything" works just fine UPDATE...
  6. M

    Form Button to change rowsource

    Hi, I have a continuous form with 30 records that is too long really so I would like to split it into 2 lots of 15. I have created 2 query's that select the 2 sets of 15 records. how can I create a button to change the rowsource to the other query so the other set of info gets loaded into the...
Back
Top Bottom