Recent content by rfurb002

  1. R

    Trouble opening via double click

    Where would I find those?
  2. R

    Trouble opening via double click

    I checked it out. It still has it associated with Access like it should.
  3. R

    Trouble opening via double click

    I have a database that is used in academic labs by student workers. In order for them to open the database they have to double click on the actual file via a network folder. This works for all but one computer. It will only open the file if they open Access first. It seems very strange to me...
  4. R

    Combo box Restrictions

    limit number of values in table Background: I'm doing a database for a camp They can only have 96 children for any given week of camp I have a combo box that the data entry clerk uses to assign weeks (1, 2, 3, etc) Question: Is it possible to make it so that I can limit how many entries...
  5. R

    Want to Initate a Mail Merge

    ok I got it to work silly me I forgot to specific the query I wanted it to use :)
  6. R

    Want to Initate a Mail Merge

    I tired it and got the error "The command or action 'WordMailMerge isn't available now."
  7. R

    Want to Initate a Mail Merge

    I would like to create button so that on click it would open Word and begin the wizard for a mail merge. Nothing super fancy just wondering if thats even possible. Thanks for your help!
  8. R

    Creating a running total dependant on a combo box

    yes and I still don't get it
  9. R

    Creating a running total dependant on a combo box

    what should I put in there?
  10. R

    Creating a running total dependant on a combo box

    ok this is my code: Dim LTotal As Long LTotal As Long LTotal = DCount("OfficeWeekReceived", "Contacts", "") Text189.Text = LTotal Now OfficeWeekReceived (it's a combo box) can have a value of 1, 2, 3, 4, 5, or 6. I want it to be able based on the user's selection of 1-6 for it to count...
  11. R

    Creating a running total dependant on a combo box

    ok so this is my situtation I have a combo box that allows people to select which week (value 1-6) they requested to come to. I then would like to have a text box calculate how many other people have request that week plus that person. Any help will be greatly appreciated! -Ron
Back
Top Bottom