| Thread | Last Post | Replies |
|
| Something wrong with my code. | 27 Jan 2005 19:14 GMT | 1 |
I recently asked a question about deleting records from one table and moving them to a different one. I was given a prompt response which seemed to answer my question. However, I get the following error whenever I try to run the code:
|
| hyperlinks | 27 Jan 2005 18:26 GMT | 1 |
Can you put more than one hyperlink in a field?
|
| Changing a Yes/No field | 27 Jan 2005 18:25 GMT | 1 |
I have a yes/no field called "Printed" in my datadase that i want to change every time a button is pressed to print a report in order to know whether it has been printed or not. can anyone help me please?
|
| download file from within Access | 27 Jan 2005 16:52 GMT | 6 |
My clients have a runtime app. It is a front-end db linked to a back-end db. I send them e-mails with a link to our website that starts a download procedure to update the files, one or the other. I'd like to include the links in
|
| Automating Faxing a Report | 27 Jan 2005 15:23 GMT | 1 |
I wanted to automatically fax a report with values for the name and the number stored in a table. I don't know if this could be done or if it could how difficult it would be to accomplish. I would appreciate any ideas or direction.
|
| Filtering Values in report from a function | 27 Jan 2005 08:13 GMT | 2 |
Have had to use functions to calculate alot of values. The product of many are zero which i would like to filter on the report. It will not work within the underlying query as there are too many null values which have to be changed to zeros! Is this possible to make the code ...
|
| Exiting Access | 27 Jan 2005 05:08 GMT | 2 |
Is it possible to have the Exit database button on the switchboard exit Access all the way, instead of just exiting the application? If not, is there a programmatic way to do it?
|
| vba | 26 Jan 2005 23:29 GMT | 2 |
Is there a way to use a defined variable as part of a sub procedure name? I have sub procedures (that are called from another sub procedure) whose name is text string and a number which may be different each pass. I want to concatenate the string and the variable to generate the ...
|
| dos command / e-mail notification --> through Access | 26 Jan 2005 23:23 GMT | 1 |
How can I execute a dos command (net send ...) or send e-mail notification through VBA, once a task in ACCESS is complete. Can someone provide the command or direct me to appropriate site for code/example. Thanks. - Vijay
|
| RTF2 reference | 26 Jan 2005 22:10 GMT | 5 |
I have downloaded Lebans A2K RTF2 Sample Release 5-5 When I start the example I get the message of missing RTF2 ACtiveX control module How do I repair this missing reference?
|
| removing protection from vba code | 26 Jan 2005 22:05 GMT | 2 |
I have protected vba code for an Access db by doing the following: Project explorer > right-click > properties > protection > lock project for viewing. I assume my code can be unlocked by supplying the password I used to lock
|
| Filling in a Textbox without a Query | 26 Jan 2005 21:26 GMT | 2 |
After many posts, I could not get a simple answer on how to do this. My co-worker actually figured it out and I thought I would share it. Here's the code: Dim First As String
|
| FindFirst, NoMatch problem | 26 Jan 2005 21:10 GMT | 6 |
This is driving me mad. I have the following code that is meant to check if a date field in any record of a recordset contains a null value: Start of code.....
|
| Dumping crosstab query results to a file. | 26 Jan 2005 20:22 GMT | 2 |
i have a crosstab query and I need to in the beginning of my proceudure print the output to a text file. any tips since the columns are not necessarily the same each time... TIA
|
| Filling a Textbox without a Query | 26 Jan 2005 18:58 GMT | 8 |
I am trying to fill a text box by pulling data without using a query. I am trying to do this because I and the client do not want 288 queries. The last reply off of my last post gave this code: Me.Text582=dlookup("TempAverage","Average","Month=" & me.txtMonth & " And
|