I apologize for that. I went and took a look at what I had pasted into the report and that was not at all was I was looking for. I have attached a spreadsheet that should make more sense. Again, just to clarify what I'm looking for:
Query should contain only one row for each student.
Each row...
plog,
I have attached a sanitized version of what I am working with. I put a screen shot in the report of what I would like to see as the end result and have 2 queries with the information I need. I just can't figure out how to join them in a manner that makes this work. Your help is really...
I have a database that tracks students and their test scores. I am trying to figure out a way to where it will pull the student's latest test score and compare it to see if they fall within standards. So far I have 3 tables.
tblStudents
studentID
studentName
studentEmail
tblResults
resultID...
Alright, so the user data that the code is supposed to grab from on start up is in the back end. Is this a reason why? and if so is there a workaround?
Yes, it does use the AutoExec Macro to perform the start VBA and there is no interaction from the user to perform the code. I have also tried distributing the accdb file to a few others to see if that would work but they get the same error. I can get both to work from my machine but the people I...
There is no default form to be displayed like you see in the access settings. What happens is i have the code check who is logged on to the computer and then look up their permissions then based on that it will open up a particular form. As for the other users, the have it in a trusted location...
The accde file is my front end with some VBA to check users permission etc. I can open up the file from my machine in particular but others will open the file click the "Open" button on the window to grant access to the code and it goes to the welcome screen with all the templates. All machines...
When I distributed my accde file to the people in my office it went straight to the MS Access welcome screen instead of opening the database. Anyone have any ideas?
For some reason even when I set it I still get the main ribbon. I can see the ribbon in the form properties and have it set but it still shows the default ribbon. Any ideas?
I know there is VBA to load a ribbon in to the database but is there actual code to set the ribbon or code that corresponds to Access Options --> Current Database --->Ribbon and Toolbar Options --> Ribbon Name?