Search results

  1. TheWedgie

    Word 2007: Repeating table rows in template?

    Using Word 2007, is it possible to have repeating rows in a table as part of a template. For example, in the document below, I'd like people to be able to enter any number of crewing details, but only have the document show the table rows where there's data - whether this is by hiding empty...
  2. TheWedgie

    Query with dynamic RecordSource

    Howdy all - is it possible to create a query with a dynamic RecordSource that can be changed on load? Basically I've taken over an event medical centre management DB from a retard, and it currently creates a new table for each event - so all my reports/forms that I've added to make it work have...
  3. TheWedgie

    List fields from one table & count another?

    I have taken over a database for a mobile medical centre, and need to add a report summarising each event they attend. - Each event has its own table (easy enough to set the recordsource on loading the report). - Each patient record in that table has a "PrimaryCondition" and...
  4. TheWedgie

    Find existing record with multiple criteria

    Alrighty, what I'd like to achieve is to have when a user enters a surname (field "Family Name") and first name (field "Given Name"), as an After Update event (I think?), Access checks the existing records in the table (which changes for each event*, but can just use me.recordset I think) for...
  5. TheWedgie

    GoToRecord from one subform to another

    GoToRecord from one subform to another (solved) Now, hoping I can explain this ok... Main form 'DataEntry', has two subforms. One is for the actual data entry (subform1). The other is a Continuous Forms view form that shows a filtered set of records from the table, call it subform2. What I...
  6. TheWedgie

    ComboBox with multiple background colours

    Howdy all, is it possible to have a ComboBox with a different background colour for each item? It's easy enough to change the background once an item is selected, but I'd like to have the list show the appropriate colours too. -Nick
Back
Top Bottom