Search results

  1. P

    Complex Query (atleast for me)

    Yikes! I guess I'm not used to this site.
  2. P

    Complex Query (atleast for me)

    You need to get rid of the 2011, 2012, 2013 fields in tblHoliday. Create a new table for contacts/cards with ContactID and Year. This will make life much easier. You can copy the cards data from tblHoliday.
  3. P

    Solved Changed relationships has stopped a form working

    To the original poster: can a category be of more than 1 type? If yes, give an example.
  4. P

    Solved Changed relationships has stopped a form working

    tblContact_Categories appears to be a many-to-many table.
  5. P

    Solved Changed relationships has stopped a form working

    Can a member be more than 1 type at the same time?
  6. P

    Solved Changed relationships has stopped a form working

    Can you explain what a contact category is?
  7. P

    “Add A New Record” function is not working

    Have you tried starting over with a new form for that particular form?
  8. P

    Access web automation stopped working - field won't fill in

    I had thought of that, but I couldn't remember the command to display the HTML (which I'm not conversant in) for the page. And then I did. Right-click, display page source. And, after scrolling through hundreds of lines, sure enough, I spotted 'cognito_user_email'. It looks like 'user_login'...
  9. P

    Access web automation stopped working - field won't fill in

    I have an Access db with code in it that downloads some files from a website. It's been working fine daily for many months. One of the things the code has to do is sign in to the site. My VBA code fills in a user id and a password onto a web page. All of a sudden today, the fill-ins don't...
  10. P

    Add clock values to report query

    I suggest using a datasheet form for the employees and showing their totals with a subform for the individual lines.
  11. P

    Subscribe to forum?

    Is there any way to receive notifications here as soon as a new thread is posted to a forum?
  12. P

    What's the standard industry on pricing Access work?

    But you do not provide that service for free. You are being paid.
  13. P

    Link in email doesn't work if underscores in file name

    I don't follow. That's what I'm doing, isn't it?
  14. P

    Link in email doesn't work if underscores in file name

    I'm trying to create a file, save it, create an email with a link to the file in it, and send the email. But the link in the email doesn't work if there are any underscores ("_") in the file name or file path. The folder that I need to save the file in and link to in the email has underscores...
  15. P

    Subreport only works if there a debug break-point

    A decompile appears to have solved the problem.
  16. P

    Subreport only works if there a debug break-point

    I have a report with 2 subreports on it. One of the subreports does not show on the report preview unless I set a breakpoint in the report's code. Set a breakpoint in the code (for no other reason), hit the breakpoint, continue, and the report works fine from then on, until you close the...
  17. P

    Your network access was interrupted.

    It's strange. Very small databases don't seem to have this problem. I have databases with linked tables on the network and ODBC-linked tables. I have databases without any linked tables. And they all cause this message. Except databases that are really small with only a few tables...
Back
Top Bottom