| Thread | Last Post | Replies |
|
| Subfrm on Tab Control page doesn't vertically scroll | 22 Apr 2005 18:10 GMT | 2 |
Hi, I have a main form with a tab control. Each of the tab control pages has a subform linked to the main form. When I'm tabbing through controls on the subforms, the subform doesn't automatically scroll down so I can see the
|
| using public variables | 22 Apr 2005 16:59 GMT | 1 |
I'm working on something similar to Dennis but I'm clueless on how to use a public variable at all. I want to create a button a form (the form displays records based on a query) that will allow the user to select a record from the form and when
|
| Using Tab Controls to display form and determine filtering | 22 Apr 2005 16:44 GMT | 1 |
Access 2000, WIN 2000 I am creating a form for a vendor listing. I want to use tab controls to set the filtering for each letter of the alphabet "A, B C,..Z" to list vendors that begin with that particular letter.
|
| calculating an age | 22 Apr 2005 16:32 GMT | 1 |
i'm trying to calculate the age of a patient based on their date of birth. does anyone know this calculation. we want access to give us the age on the form
|
| Custom Forms for Dialouge Box? | 22 Apr 2005 15:41 GMT | 1 |
can anyone point me in the direction of a tutorial that tells me how to use a custom form as a dialogue box to run a report.... e.g. - i want to have a form with a combo list of names, then when the name is selected it opens up a report filtered by that name.
|
| Forms: Unbound field totals in reports | 22 Apr 2005 15:00 GMT | 1 |
I don't know whether this is the best place to post this or reports, because i don't know where i would solve this problem on my system. I have a 3 fields 'GermanCourseworkMark', 'GermanExaminationMarkF' and 'GermanExaminationMarkH'. these field all each contain an
|
| Error 2585 This Action cannot be carried out .... | 22 Apr 2005 14:54 GMT | 1 |
Error 2585 This Action cannot be carried out while processing a form or report I have my orders form (frmorders) that I use for new orders and after all the information is added the user clicks on a command button that allows them to print the current order, rptcustomorder.
|
| Open file and store in string | 22 Apr 2005 14:25 GMT | 3 |
I'd like to open a text file in order to get a pathname that I can store in a string. Thanks. Ken
|
| Syntax error (missing operator) | 22 Apr 2005 14:22 GMT | 1 |
I have a form that displays a syntax error when I use the double-click function of a coded combo box: Syntax error (missing operator) in query expression 'txtProfileID="Pallet 48" X 40"".
|
| Import from Excel | 22 Apr 2005 13:50 GMT | 3 |
I have written VBA code to read data from an Excel spreadsheet. How can I tell what is the last line of data on the spreadsheet? Thanks, Gerry Goldberg
|
| perform an action on all the files in a folder | 22 Apr 2005 07:25 GMT | 2 |
I'd like to perform a series of VBA commands on all the files in a directory folder, and I need to perform the same commands on each of those files. In pseudocode, this would be for each file in drive:path\*.*
|
| Error Compacting | 22 Apr 2005 07:10 GMT | 3 |
When I try to compact my db I get a "Records can't be read; no read permissions on db" msg. After attempting to compact, a new db is created with an extra table "MSysCompactError" with one record stating "The Microsoft Jet database engine
|
| Call procedure via variable | 22 Apr 2005 06:40 GMT | 3 |
How can I call a procedure that's stored in a variable? I recall someone once advising me to use an Eval but it's not working, nor does "Call x" where 'x' contains my procedure name (ok, that was a longshot). Function or sub, can't figure it out. Seems so simple (and I'm sure it ...
|
| Me.Refresh Error | 22 Apr 2005 05:40 GMT | 2 |
Has anyone run into a situation where by adding code such as below to a checkbox, will present this error when clicking on a button that opens a subform? Error: Run-time error '2465'
|
| Calendar to pass values to form Fields? | 22 Apr 2005 02:44 GMT | 5 |
I am trying to create a calendar to pass the value that I choose from the Calendar, to the field duedate on my form. I know this is possible, but I cannot figure it out. Also, when I create my calendar on my form, I don't want to "full size"
|