| Thread | Last Post | Replies |
|
| Getting a "hard" path? | 13 Apr 2006 04:54 GMT | 3 |
I'm writing a little app in which people open up text files that get massaged and then used to update other files. They us Common File Dialog to navigate to the input files. I'd like to record which files were chosen, but at the
|
| Form_Resize(): 2100 - Control too big for section | 13 Apr 2006 04:54 GMT | 5 |
Two list boxes on a form. As I change the vertical size, I compute available height as .WindowHeight - lstFirst.top - horizontalPadding - bottomMargin It all works fine until I size the form beyond a certain height (somewhere
|
| CommandBarButton OnAction Property | 13 Apr 2006 04:14 GMT | 4 |
I was wondering if the CommandBarButton OnAction property would allow you to specify a function from a module to be called. According to the post made by Turtle in 1998, the OnAction property can only specify a macro name. Is this still the case? I agree with Turtle that "this is
|
| Time Of Day From a time | 13 Apr 2006 03:02 GMT | 1 |
Anyone know how to calulacute the time of day, ie hour 1-24 for a time stored in a database, using just a time in a record??? Dennis Mason N6PDB
|
| need help with gotorecord | 13 Apr 2006 01:30 GMT | 3 |
Below is my code. What I want do is ,after running the insert statement into tblarchive, I want to go to the subform and set focus to the record that I just added in Confirm = "'" + CONF + "'"
|
| Making combo boxes change options in other combo boxes | 13 Apr 2006 01:01 GMT | 2 |
On my form I have one field of "City", and this in turn needs to effect "Township". When township is selected, the next field is distance, and for every 'township' there are 2 distances available to pick. (i.e. Washington brings townships 1-5, then township #1 has
|
| msaccess.exe API calls: where to get the function call description | 12 Apr 2006 23:25 GMT | 11 |
I have a problem with one of msaccess.exe API calls that work on my desctop but does not work on the laptop from within MS ACCESS. There is a lot of differences between 2 computers including one running Office 2000 and another running Office 2003. This code was created by a previous ...
|
| Query Add-On? | 12 Apr 2006 23:16 GMT | 2 |
Hi, quick question. Has anyone created an add on for Access that will allow one to perform SQL queries on the fly without creating a new query object? All I'm looking for is something that I can quickly type in the SQL code for a quick test
|
| Tabbed form question. | 12 Apr 2006 22:18 GMT | 4 |
Is there any way to make a particular tab have the focus without actually clicking on it? I know there's a On Mouse Move, but if I put in code to have that specific tab receive the focus when the mouse moves over the name, then moving the mouse anywhere on that entire tab (not ...
|
| Phone Number FORMATTING | 12 Apr 2006 22:08 GMT | 2 |
Hello! All I want to do is have my phone numbers appear (555) 555-5555, but for some reason I keep getting all these weird -- in between the numbers. I read that I should put "(999) 999-9999"! as an input mask,
|
| Loop within a loop ??? | 12 Apr 2006 19:01 GMT | 1 |
I'm having trouble copying table data to new records. I have two tables as follows: *** Specifications (Table) specification_ID (field) LINKED
|
| Run Access report and print from ASP Page | 12 Apr 2006 18:57 GMT | 8 |
This is my first day here, so please be patient. I do not know how to search very well so the search I tried to get the answer showed me topics from the year 2000 and they really don't cover what I want. I am trying to open MSAccess from ASP..I guess I would use
|
| Get report data into a web page and print multiple pages | 12 Apr 2006 18:29 GMT | 2 |
Yesterday I got the bad news that I can't open an instance of Access, run a report, then close Access over ASP. So, I need to come up with an alternative so that I can execute printing of "orders" over an ASP page.
|
| Report Font Avilability | 12 Apr 2006 18:02 GMT | 1 |
When I try to change a font on my report in design view, I only have Device Font available. How do I fix this? I tried reinstalling Office 2000 with everything checked "Run From Disk"
|
| ADO Problem | 12 Apr 2006 16:59 GMT | 3 |
I developing an delphi (6.0) application with a MsAccess database. When i add datasets to a table and want to delete or change the datasets then i get a message like
|