| Thread | Last Post | Replies |
|
| Linking a sub form and a Pop Up Form | 12 Sep 2007 13:24 GMT | 1 |
I have a mainform and a subform (these two forms are NOT linked). When a selection is made on the main form, it gets added to the subform (the subform only lists very basic details). What I am trying to do is when the user double clicks a record in the
|
| Bad File Name | 12 Sep 2007 12:43 GMT | 3 |
I'm getting the Error #52, Bad File Name or Number. FileCopy "C:\PROSERV\DB\Restore.mdb", "C:\PROSERV\BU\Format(Date,""yyyymmdd"") & "".mdb" The file defintely exisits. Could it be the format part thats not right.
|
| Naming File | 12 Sep 2007 12:37 GMT | 3 |
I want to name a file with the contents of a Text Field. It's a date. FileCopy "C:\PROSERV\DB\Restore.mdb", "C:\PROSERV\BU\Forms!frmFXEOD!TxtBizDate" & ".mdb"
|
| Assign value from another table if field is null | 12 Sep 2007 12:08 GMT | 7 |
Hi, and thanks in advance :-). Maybe I did this the wrong way, not sure. I have a form that pops up when I open the database that sets a default value called MarketID. The user chooses the market from a form and when they click the command
|
| Calculate days between 2 dates ignoring weekends? | 12 Sep 2007 09:48 GMT | 13 |
How do I do a DATEDIFF calculation but ignoring Saturdays and Sundays?
|
| Access styles 2003-2007 | 12 Sep 2007 07:26 GMT | 1 |
Graphic styles from Access 2003 to 2007 seem quite different. Is there a way to configure Access 2007 to use 2003 styles? Some other way to convert form styles (graphics) between them? Thanks
|
| Hide checkboxes on a Form with the 'Continuous Forms' property? | 12 Sep 2007 03:26 GMT | 1 |
I have received a request to hide the checkboxes next to record where the 'Form name' field contains the word 'Divider'. I can do this if the Form Property for 'Default View' is set to 'Single Form', but my code to hide the check boxes hides check boxes for every record (in the ...
|
| Access Report Loses Content When I Publish It to Word | 12 Sep 2007 02:40 GMT | 1 |
When my Access 2000 report is exported using the "Publish to MS Word" tool button, it seems to lose important content like lines and other graphic elements, as well as formatted text objects (which Access treats as embedded OLE objects). I'm having a lot of trouble creating reports ...
|
| Limiting Combo Box Entry Based On Another Field | 11 Sep 2007 23:14 GMT | 2 |
Let's say I have two items on a form, a combo box with a pre-established list of items to choose from (named "Title"), and another combo box with a list of integers and a blank (" ") as selections (named "Survey"). If "Survey" is blank, the user can enter any text he wants into ...
|
| Filter Data - Multiple Options | 11 Sep 2007 22:32 GMT | 4 |
I have a search form used to look up records based on a number of entry fields. I have, with the help of this forum, created successful searches for all of the text like fields, but I also wanted to have a "# of weeks back" filter as well. My crrent code is:
|
| Search function | 11 Sep 2007 21:42 GMT | 14 |
What would be the typical approach to building a search function? I would assume that, unless there's a built-in facility that I've not had an occasion to encounter, that one
|
| Object exists...and it doesn't | 11 Sep 2007 21:40 GMT | 6 |
Some kind of zen thing in Access, maybe? I'm calling a procedure with an optional paramter. I'm NOT passing that parameter in the calling procedure and therefore the object should be "missing". Access returns False from IsMissing, IsEmpty and IsNull, and of course I then get ...
|
| Moved Program to Access 2007 PC and it will not work | 11 Sep 2007 20:48 GMT | 1 |
I have a program that is running fine on a Access 2003 pc but will not work on a Access 2007 pc When I press the command button nothing happens The only libabry change on the access 2007 pc it to Microsoft Access
|
| Across The Network | 11 Sep 2007 18:40 GMT | 8 |
This works fine if table2 is located on the same computer. This is a front end, with 2 back ends that are linked together. But what happens, or how is it coded if table2 is on a different computer? Thanks
|
| Multi Terminal Linking | 11 Sep 2007 17:35 GMT | 8 |
When I have a seperate Front end for each computer and one Backend located on the server, how do I link all of the seperate front ends to the server backend? Do I do each machine seperately? Thanks
|