| Thread | Last Post | Replies |
|
| Access 2003 and Adobe PDFMaker 6.0 | 15 May 2008 02:50 GMT | 6 |
How do I get the Adober PDFMaker 6.0 toolbar to show in the dropdown list of available toolbars in Access 2003? It appears in all of the other Microsoft Office 2003 applications, but I cannot get it to show in Access, and I am unable to print to a PDF using the Adobe PDF driver.
|
| TO A FRIND | 15 May 2008 02:41 GMT | 1 |
HI MAN WHATS UP ITS BLAKE
|
| Can I update my Avery label list? | 15 May 2008 00:58 GMT | 1 |
I have an old version of Access and it does not have all the up to date versions of Avery labels, can I update the list that appears in my version of Access?
|
| Query Sort order! | 15 May 2008 00:25 GMT | 6 |
I want to sort my column (Numbers) in a query ascending from 1 > to any higher number, Blanks last
 Signature Thanks in advance for any help with this......Bob
|
| Does Winword have a function to automatically add days to date? | 14 May 2008 23:11 GMT | 1 |
I prepared letters for the field with automatic date update and in the body of my letters, I would like to add 15 and 30 day notices from the date of receipt. I am looking for a function that can add 15 to 30 days from the date the letter is open (auto date update) to the body ...
|
| Table weirdness | 14 May 2008 22:16 GMT | 4 |
I created a table with three fields: an autonumber, an integer, and a date/time field. I set no validation rules or default values. When I save the table and start entering data in datasheet view, it acts strangely. If I put 2 in the integer field and press the tab key,
|
| Calculating functions based on previous row's data | 14 May 2008 22:13 GMT | 2 |
In Excel, it is very easy for me to write if statements based on a previous row’s content. For example: if(and(a1=a2,b1=b2),”Yes”,”No”). Is there a way to write a similar statement in Access with regard to a field’s content in a previous row? For example: iif(and(row1 of field1 ...
|
| MS Access Small VB problem | 14 May 2008 21:54 GMT | 2 |
I have a form in datasheet view which has a part number field, quantity field, and a description field. The following code allows me to choose a partn number from the part number field and when I choose it, it will populate the proper descriptionin the description field as
|
| repair database with a corrupted record. | 14 May 2008 20:13 GMT | 6 |
How can I delete a corrupted record in a database so that it can be repaired?
|
| Using AutoFE Updater with Runtime Packages? | 14 May 2008 19:42 GMT | 5 |
Using Access 2007, we are deploying using Runtime packages, as none of the client machines have the full version of Access. Is it possible to use Tony's AutoFE Updater ( http://www.granite.ab.ca/access/autofe.htm ) with Runtime Packages? The issue
|
| Access 2003- Combo box answer filling in other fields. | 14 May 2008 19:34 GMT | 1 |
The rundown: I run a small construction company that is expanding rapidly. My methods for tracking P.O. s are ridiculously archaic. The volume of work we're doing is exploding and I need Access to start streamlining my process. I have
|
| Stuck on an update to a Query | 14 May 2008 18:47 GMT | 4 |
I have a current query and the user is requesting an change by adding only Event.Status that are "Open", only for the StartCount records. I can't seem to get it right. Thank you for the help! PARAMETERS [Enter Start Date] DateTime, [Enter End Date] DateTime;
|
| Date and time entry | 14 May 2008 18:40 GMT | 4 |
Though I've used access before it has been with ready made templates. I am now trying to write simple database programs using the wizard as I am quite new to this sort of thing. I have a simple database to log phone calls made and a field to enter
|
| Replace Carriage Return ASCII Character in Memo Field | 14 May 2008 18:35 GMT | 3 |
I am trying to replace the ASCII square character for a carriage return in several hundred rows. I would like to replace it with an actual carriage return so the text will appear as a new line/paragraph. I put together this SQL statement:
|
| Date format | 14 May 2008 18:22 GMT | 4 |
I want to put a code in the Onload event of my main form to prevent users who don't have the date format as m/d/yyyy from logging to the database.. How can i show an error message that says that the date format is not correct if it's not m/d/yyyy?
|