| Thread | Last Post | Replies |
|
| i want to draw a graph with axis as table fields | 06 Apr 2007 16:24 GMT | 1 |
i have a table with two fields. i want to draw a graph with one field values as x- axis and other field as values i.e
|
| Passing data from one form to another | 06 Apr 2007 15:09 GMT | 4 |
I have a created a form that will be used to update existing records as well as create new records using all the fields from an existing record except for one field. I created an 'Add' command button that opens another form that I want to populate with most of the data from the ...
|
| DMax Question | 06 Apr 2007 14:52 GMT | 2 |
I am trying to find the maximum date using two criteria and I keep getting a type mismatch. Here is the code... x = DMax("DateChange", "tblState", "[State] = '" & strState & "'" And "[DateChange] <= #" & Format(StartDate, "mm\/dd\/yyyy") & "#")
|
| What would be quicker, Dlookup or using DAO | 06 Apr 2007 13:09 GMT | 4 |
Good morning- I am updating a small database that I wrote and before I change code I would like to get the opinion of the experts. The database is being utilizied in a Front End and Back End and has an open
|
| Updating data | 06 Apr 2007 06:25 GMT | 3 |
I have a table, tblMediaTypes, with three fields, strMediaType, curPrice, and lngCount. There are four records…CD, DVD, Hub Printable CD, and Mini CD. I want to create a form where I can choose the record(s) I want and have a blank field where I can enter a number that will ...
|
| Renaming Access table | 06 Apr 2007 03:08 GMT | 3 |
I have connected a Access database to a sql server database. Thus the tables are linked and show as dbo_table1, dbo_table2 etc. I need to rename the linked tables in Access so that the dbo_ part is deleted. Thus the lined tables will be table1, table2 etc. This needs to be done ...
|
| Using "SendObject" with AOL | 06 Apr 2007 02:32 GMT | 2 |
I have been using the "SendObject" command to email reports and it works great as long as the user has MS Outlook as their mail program. Users that have AOL (and I can't convince them it adds no value) get errors. Can the SendObject be configured to other mail programs than MS ...
|
| access Database Programming Problem | 06 Apr 2007 01:50 GMT | 3 |
If anyone can help me out i would appreciate it. the program states to declare a user-defined type call HomeData with elemements StreetAddress, City, State, SquareFootage, LotSize, and SalesPrice in a standard module.I don't know how to find the Add Procedure dialog box in the ...
|
| Determining if a File is Open | 06 Apr 2007 01:25 GMT | 1 |
Is there any way to determine if a file is still open that was open using the Open XXX as #1 ?
|
| Reuse code | 06 Apr 2007 01:17 GMT | 2 |
I've got another project that I don't totally understand. The book I've been using is pretty good (Access VBA for Absolute Beginners), but this chapter is a little disjointed. Here is the problem:
|
| VBA command similar to COBAL Inspect | 06 Apr 2007 01:17 GMT | 2 |
Is there a VBA command or commands that perform the same function as the COBOL Inspect. It would be usefull for separating first name from last name when there is a space between them. Thanks for your help!!
|
| Simple math not working ... | 05 Apr 2007 19:53 GMT | 6 |
Ok, I have some code that is going off no matter what number is being inputted and i have no idea why. AU is a double defined earlier in the code. The part that is going off every time is:
|
| closing a Word Document in Access | 05 Apr 2007 17:02 GMT | 3 |
I have opened a Word doc, filled in the data from Access, and merged to new document. I now want to close the original doc. I got the following from the MSDN site: Documents("Document1").Close SaveChanges:=wdDoNotSaveChanges
|
| VBA to extract user password expiration dates | 05 Apr 2007 16:58 GMT | 1 |
Thanks in advance for your help. I have an ACCESS application that sets on a WINDOWS NT SERVER. Part of the application will generate a report that will show user accounts that are set to expire in the next 2 weeks. Does anyone have VBA code that will read the
|
| diffrences between versions | 05 Apr 2007 16:49 GMT | 1 |
I've converted mdb from access 97 to access 2003. There were an error in the docmd.TransfareText: two many parameters When i check the amount of parameters i found out that there is one more parameter that was in assess 97 and not exist on access 2003.
|