| Thread | Last Post | Replies |
|
| Export table data to text file | 19 Apr 2005 08:30 GMT | 3 |
My little access 2k prog should be able to exchange data between 2 standalone pcs placed at different locations. I thought that exporting the data to a number of text files would be the best way to handle it. I've tried a macro using MS-DOS text .... but it has headers in it ... ...
|
| getting value of unbound column in combo box | 19 Apr 2005 06:50 GMT | 1 |
I have a main form and a sub form that are currently linked as follows Master: combo box 1st column (the bound column) Child : OrderNo The combo box is called cboOrder.
|
| Error when I run Append queries | 19 Apr 2005 04:32 GMT | 3 |
I have a networked application that links to another program's data files and appends updated information into my networked Access application. This networked application is split. The problem I am having is suddenly when running Append Queries I now get an error "Invalid ...
|
| Form Labels Question Repost | 19 Apr 2005 04:26 GMT | 1 |
I downloaded a sample database "A2kTooltipver34.zip" from Stephen Lebans web site at http://www.lebans.com that demonstrates how to create tool tips on a form. Everything works great, but I would like to keep the tool tip visible until
|
| Linking a Database to Multiple ODBC databases ? | 19 Apr 2005 03:58 GMT | 1 |
I have a sql server 2k database that I want various apps to be able to link to. Is it ok for multiple apps to connect a couple of ODBC sources each ? cheers, Adam
|
| Form code fails when Openargs present... | 19 Apr 2005 03:50 GMT | 15 |
Well, I've been giving my debugging muscles a workout (think 98 lb weakling, sand in the face, no date for the prom...), and I am stumped. I have a form with a subform. It works perfectly. If I open it from another form, using OpenArgs, I get an error message. Why?
|
| Defaulting a Required Yes/No field to Blank | 19 Apr 2005 01:02 GMT | 1 |
I have a field in my table where the data type is Yes/No and it is a required field. The user wants the default value for the control to be blank yet whenever we go to a new record the default value shows up as No. Can you set a Yes/No field that is required to default to blank? ...
|
| Assigning the value in recordset field to a variable | 19 Apr 2005 00:57 GMT | 3 |
Hi there everyone Can you tell me how I go about the following: I want to put the value of the last primary key number in a variable so I did the following code:
|
| Set Focus? | 19 Apr 2005 00:31 GMT | 1 |
I have a form that accepts BegDate1 BegHour1 EndDate1 EndHour1 BegDate2 BegHour2 EndDate2 EndHour2 BegDate3 BegHour3 EndDate3 EndHour3
|
| Executing Stored Procedure w/ Param in ADP 2003 | 18 Apr 2005 23:28 GMT | 1 |
I have been working with Access a long time but just recently started with APD - Sql Server 2000. I have a popup form where I pass a contactid to the form and set the recordset (a stored procedure with a parameter) after the form open event.
|
| how can i refresh MS access form every 1 minute | 18 Apr 2005 22:54 GMT | 1 |
how can i refresh MS access form every 1 minute
|
| Need help with syntax | 18 Apr 2005 22:04 GMT | 1 |
Hi to all on this monday morning, After spending an hour on how to write this, it look like I need some help can anyone tell me what is my mistake here: I am always getting the following error, "expression contain invalid
|
| User not alerted of duplicate 'key' records? | 18 Apr 2005 21:53 GMT | 7 |
I have a database of clinical patient records that is generally working well, but does not alert the data entry person if they have entered in a record w/ a duplicate 'key'. I check to see (in Sub 'Next_Click' below) to see if certain required fields are filled in, and, if they ...
|
| Timer Form | 18 Apr 2005 21:15 GMT | 3 |
I have a table that acts as a timer to update data early in the morning. Once runs, it puts a date in a table to indicate that the procedure has or has not been triggered that day. This form is working but I have found that it does not indicate that the macro that it triggers was ...
|
| Selecting All Text | 18 Apr 2005 21:10 GMT | 2 |
When a text box has the focus how do I programmatically select all the text in the field. I want to keep the Entering Field Behavior in Options set at Go to start of field. Thanks,
|