Mon 5/20 13:58 | Customer Testimonials | I love these classes by Chris Paras: I love these classes! Access is tough, one of the toughest learning curves in my opinion, but definitely one of the most rewarding. It's actually transforming my life and has allowed me to remove myself from 'employee' to now 'business owner' of my own commercial construction company. I know that's crazy, but Access was that one variable more... |
Fri 5/17 12:04 | Microsoft Access Forum | Access form problem with video by Robert Patrician: It's the commercial Office 365 version, 2013, purchased from Microsoft about 2 months ago. I've also made sure to be running the latest drivers for my video cards (SLI setup). I'll try different resolutions. |
Fri 5/17 11:19 | Microsoft Access Forum | Queries Reports by Resa: I have created the multi-search form and on it I did the query search button. The query works great, but instead of my co-workers seeing the query results I would like them to view only a report result from the query.I would like to know if there was a way to have just the report pop up without the query table showing up. Basically I would like the query more... |
Fri 5/17 11:17 | Microsoft Access Forum | the file wont work why by jeff: I had develop ms access file on 1 laptop when i put on different lapttop. the file wont work why. i got message th expression
on click you enter............. |
Fri 5/17 11:16 | Access 2010 Expert 3 | inactive tab in AC2007 by Michelle C.: Hi, Rick. First I'd like to say that I love your tutorials.
I have an intermittent problem (not sure if this is the right forum for this). As I was working on the ProductSubformF, my formatting tools (font, color, etc.) on both the Home tab and the DB Tools tab went inactive (I'm working in ACC2007). This has happened before. more... |
Fri 5/17 11:13 | Microsoft Access Forum | Buttons name from a table by Henry: How do I create buttons on a form, name of buttons contained in a table.
For example: table.activitybuttons
Records: excercise,work,prospect,followup,payday
The idea is that I could change the name of the buttons by altering the table, (diferent language, other activities) |
Fri 5/17 11:09 | Microsoft Access Forum | cascading combo boxes by Hilda: Yes I did watch that tutorial and set up my query exactly as you did. What I am trying to understand is why a window would pop up after I have selected a campus and if this has anything to do with using a multiple items or datasheet form. |
Fri 5/17 11:08 | Microsoft Access Forum | Runtime error 2185 by Kenneth B: So i tried to set up that search on the fly with my employee search form and i typed everything you had in the lesson under On Change:
Private Sub EmpIDSearch_Change()
Me.Refresh
RequeryForm
EmpIDSearch.SelStart = Nz(Len(EmpIDSearch), 0)
it still gives me the Run-Time error '2185'
I am not refreshing a list box because I'm not more... |
Fri 5/17 11:00 | Microsoft Access Forum | FIND on the Ribbon in Access 2007 does not work by Dpickerd: I m hoping someone could assist me. I m using Microsoft 7 Enterprise. Problem My FIND on the Ribbon in Access 2007 is not working properly within my tables. Some columns the information is found and in others one in particular, a number stored as text, I receive Search item was not more... |
Fri 5/17 10:58 | Microsoft Access Forum | Access form problem with video by Robert Patrician: I recorded the error I'm having with button placement in Access forms.
http://youtu.be/pj1D4-B62H8
I would greatly appreciate any help for solving this issue. I can't continue the lessons until I resolve this. |
Fri 5/17 10:51 | Microsoft Access Forum | Layout problem in menu forms by Robert Patrician: I'm using Access 2013, and I'm currently on the Beginner 7 lesson about creating menu forms. When I create a button in the design view, the appearance is MUCH larger in form view, extending down and to the right of where I placed the box. I'm unable to edit this extra space, only the original box.
I strongly suspect more... |
Fri 5/17 10:48 | Microsoft Excel Forum | Bulk Email by Fiona: I have a great Customer table - thank you. I need to send emails to the ones with email address as a group. How do I do that? |
Fri 5/17 10:47 | Microsoft Access Forum | On Print Event by IleanaH: I am using the this event to display a non-visible label if the criteria is true.
ex: If Fleet = True then FleetLabel.Visible = True
No working. Help please. |
Fri 5/17 10:46 | Microsoft Access Expert 5 | Embedded macro language by Bruce Reynolds: What language is the embedded macros written in? When you create an embedded macro, does an Access DLL create VBA behind the scenes, or are these embedded macros comprised of another language, such as C# or .NET? |
Fri 5/17 10:44 | Troubleshooting | No RefreshRecord in Access 2007 by Reg Butcher: (first an aside; I use VLC media player - no problems)
Access_2013_Expert_5 and watching 03.mp4 video
Problem running "Print as letter" button. It says "Cannot open or run macro 'ContactF: Command19 : OnClick : Embedded Macro', because it is not valid".
If in design view and right click and go to "Build more... |
Fri 5/17 10:29 | Microsoft Access Forum | Multi Monitors by Pam : Richard when my form is displayed on a computer with two monitors the detail area creates additional space that you do not see with one monitor. What can I do to keep this from happening? Does this mean there is additional space I could use on the form? I have data in the header, detail and form footer areas on the form. |
Fri 5/17 10:28 | Microsoft Access Forum | Event lessons by Pam: Which classes do we need to take to learn the event procedures in Access? |
Fri 5/17 10:26 | Access Split Database Seminar | front end back end shares by Brauna Rosen: Hi,
I just need to confirm something with you: the back end resides on my computer but not on the shared file and the front end is on my computer's shared file and on the users shared file. Is that correct? |
Fri 5/17 10:24 | Microsoft Access Forum | access 2010 on win 7 64 by sady: Is there anyone using access 2010 on win 7 64 bit? |
Fri 5/17 10:24 | Microsoft Access Expert 4 | Tab controls by Bruce Reynolds: I am assuming that you may have had clients that you consulted with that had perhaps too many tab controls, and you had to spend a lot of time undoing the mess that they created with these tab controls, especially when they got to the point to where they wanted a certain degree of automation. |