Thanks p4clone. I've done something like that before as well, but I have two problems with that (that we might overcome??).
First is that I don't have a key field in the table off of which subform1 is bound (although I COULD add one if I need to).
The second issue is, because this is a data...
I have a data entry form where the user enters timesheet records on subform 1 (bound to a table) and subform 2 (bound to a query) shows totals for the hours entered (amongst other things).
After each time entry I would like the totals on subform 2 to update but would like to keep the focus on...
I would like it to look pretty much like the default menu Window group (the typical menu for any MS app) with a list of all the open windows within the application, e.g.
1 Main Form
2 Switchboard
3 Form B
Hoping there's any easy answer.. Thanks!
I'm using Access 2002 and have created a custom menu for the application. I would like to have a menu group Windows (standard MS GUI) and show the open forms/windows list in that group. Does anyone know how to do that?
The procedure's standard. The same code does fire the Form_Load event on a different computer. I found an old posting on another site that described a similar problem (although the solution wasn't helpful in my case - in that case it was an unregistered ocx).
I'm suspicious that it has...
Just tried it and no luck. Thanks anyway.
It seems that the Form_Load event is fired when I actively (i.e. not programmatically) click on a control on the form, but not before. Hmmmm...
In reading various threads, it sounds like the general concensus is that the Access security is the way to go in order to safely secure a database.
Is it possible to determine/use the logged in user and use that value in code to, for example, load a listbox with items relevant to that user...
Hi all,
I'm working with ACCESS 2002 on Windows 2000.
I have a form with a number of sub-forms on it. Everything seemed to be working fine, but for some reason now the Form_Load event is not triggered when the form loads, but it IS triggered when the form is unloaded.
Possible changes to the...
Haven't done a lot of Access work and have some interesting requirements for a new project.
The project must have an Access 2000 front end. For now, it must work with an Access backend - probably a separate database via ADO. Here's the catch - it must be portable through a DAL (down the road)...
In Crystal 8.5 I need a report that receives a date parameter and displays the four weeks of data prior to the date grouped by week, the weeks ending on Sunday.
My problem is the grouping starts on the first date of the returned data, not the first date of the four week range. Therefore, if the...
I'm working in VB.NET and need to access the CrystalDecisions.CrystalReports.Engine.ReportDocument UseCount property for reports that are not within the project. I can do this for a report that is part of the project as follows:
Dim i As Integer, j As Integer
cReport = New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.