Search results

  1. J

    Forms Loading Slowly with SQL Backend

    @theDBguy Ok, so I didn't start from scratch. I just did a copy and paste. Went back and created a copy from scratch. Didn't put all my code in, but it loaded a bit faster than what I received from IT. Still a bit slower than before though. What do you think might be going on?
  2. J

    Forms Loading Slowly with SQL Backend

    @theDBguy I tried both approaches, the forms still load very slowly.
  3. J

    Forms Loading Slowly with SQL Backend

    @theDBguy I made a quick form as you instructed. Seems to load a lot quicker than the existing forms.
  4. J

    Forms Loading Slowly with SQL Backend

    @Minty Sql Server is remote. There's a mix, in that some forms load all data while others focus on a singular record. There's a mix on the comboboxes as well. Some forms have comboboxes, but I'm also having trouble with displaying just the datasheet portion of a split form. I have some vba...
  5. J

    Forms Loading Slowly with SQL Backend

    I recently split a database that I have been working on into a sql backend and an Access front end. The split process was handled by my company's IT department. Prior to the split all forms, reports, queries, and tables loaded very quickly. However, since I received the database back from IT...
  6. J

    Open Form Where Condition

    I think something has been corrupted. I went back to a previous version and the same code is working correctly. That is what was so perplexing about this issue is that this command had been functioning perfect for the last several months. It just started giving me problems yesterday. Thanks...
  7. J

    Open Form Where Condition

    Still points to the open form command.
  8. J

    Open Form Where Condition

    I added the spaces which makes the string more legible as suggested. As you can see it makes the string more legible, but I still get the same error. I don't get an error if I replace OR with AND, but obviously the sub doesn't work correctly. Is there something about the open form command...
  9. J

    Open Form Where Condition

    I did as you guys suggested and received the same error. Here are the screenshots, they will probably be more helpful this time. Thanks for the help guys.
  10. J

    Open Form Where Condition

    I copied and pasted into the sub routine as specified and I got a 3075 error, see attached
  11. J

    Open Form Where Condition

    I tried both methods without any luck. The problem seems to be with the "OR" because if I substitute "AND" the statement works. Is there a rule against using "OR" in the where clause on the open form command? If so, is there a work around to this?
  12. J

    Open Form Where Condition

    I am using the following code to open a form in my application. However, I am getting a 3075 error code. When I isolate the first portion of the Where clause the command works. Which leaves me wondering what I am doing incorrectly with the rest of the code. DoCmd.OpenForm "Commercial...
  13. J

    Record Source on Form Does Not Exist Error

    The DB is not split yet. We're still in the testing phase.
  14. J

    Record Source on Form Does Not Exist Error

    I have a user that is reporting they received the attached error from a data entry form. He claims that he began entering the record but became distracted by another matter. When he finally returned to the record the error was displayed. Additionally, he is claiming that his copy of the...
  15. J

    Setting a Field's Control Source as a Variable

    Actually @theDBguy was correct on what I was looking for. I was trying to make the field to be filtered on in the report variable. The suggestion worked. Thanks.
  16. J

    Setting a Field's Control Source as a Variable

    See attached picture. I have to set up a bunch of reports which will have some varying data fields. I will be using filter forms that allow the user to select what they want to view in the report. Once the desired information is selected the report is filtered via a where clause. My question...
  17. J

    You tried to assign the null value to a variable error.

    That is definitely the problem then. As always, thanks for the help.
  18. J

    You tried to assign the null value to a variable error.

    I think it does. Forgive my ignorance, but is there a rule that you have to interact with the main form before entering information in the subform?
  19. J

    You tried to assign the null value to a variable error.

    Just go to the main form “commercial gas stats”, something like that I don’t have it open right now. Create a new record on the main form and try to select a value from the “entered by” combo box, first field top left, on the subform. As soon as you select the value the error message should...
  20. J

    You tried to assign the null value to a variable error.

    @theDBguy, here is a dumbed down version of my database. I got the new record issue sorted. I think the problem with that occurred when I was playing around with the master/child links. The only problem left is the original error that I discussed above. Thank you for your help on this.
Top Bottom