Description:
Microsoft Office Access newsgroup.
|
|
|
looking for auto-fill
|
| |
I am typing in hundreds of names and addresses, is there a function that will automatically fill in.... if I start typing Madison that it would fill in Madison when I got to Ma...? This would save me hundreds of key strokes.
|
|
Saving reports as PDF
|
| |
I have some code that will save a report as a pdf DoCmd.OutputTo acReport, stDocName, acFormatPDF, The report file name is the name of the report is there a way i can automaticaly name the file as the OrderNumber the report is based on Thanks
|
|
Password Protected Form and Report
|
| |
I have 2 questions 1. Is it possible to put a password on a perticular form? 2. Is it also possible to put a passoword on a perticular report? If so, then please tell me how can i do that. I have a database in which i want a perticular form and a perticular report password protected, that no one can access but me.... more »
|
|
Is this a WAREZ group????
|
| |
George Hostler has been reported to the BSA for engaging in possible software piracy. Thank you for your information. George Hostler 312 Remuda St. Clovis, New Mexico 88101-9338 Ph: 505-763-1077 "High Plains Thumper" <ghostler RemoveThis @plateautel.net> Registrant: Plateau Telecommunications 7111 N. Prince Street... more »
|
|
send to email
|
| |
Hola a todos. tengo un problema para enviar email desde access. dispongo de este codigo y lo ejecuto desde un boton del formulario. ------------------------------ ------------------------------ ------ 'Es necesario aņadir la refeerncia Microsoft Outlook Library '(herramientas/referencias) <-- OJO Dim Email As String... more »
|
|
Appending a "Caption" Property to Fields in a recordset
|
| |
I want to assign English/Readable captions to all fields in any table. If I manually add a caption to a field, I can edit the property later in VBA. If the caption has never been set, I can't seem to be able to add a Caption property to any field. --code snippet dim rs as DAO.Recordset Set rs = CurrentDb.OpenRecordset("Selec t * FROM tblMyTable")... more »
|
|
Add new record based on form query
|
| |
Hi All, I have a form based on a query which pulls from one table, and also has 2 unbound field that gatherd input from the user (qty). I need to have the values from this form written to a table as a new record. I have a button which is runs a macro: Here is what the macro does: OpenTable ||| TaskLineItems, Add... more »
|
|
Error Message
|
| |
I have an old program that I created many years ago and I have the password but it gives me an error message when I try to open it: "The current user account doesn't have permission to convert or enable this database" How can I correct this -I thing it's looking for a file that would be on the computer I... more »
|
|
Replica Error Message
|
| |
I have an old database I decided to reuse that although it works ok it displays this error message each and every time I open the program. Nor sure what causes this and how to correct it. "This member of the replica set has exceeded the maximum numbers of days allowed between synchronization and can't be synchronized with any other... more »
|
|
.Recipients.Add
|
| |
Hey Everyone, I have a script running in my database that creates and sends an Email. I have several lines in my code that go like this... .Recipients.Add (Me![Text123]) 'Where Text123 stores the email address for the person One of my fields in my database is optional. Most are not, so the above line works find. But if I do not have an email address for a... more »
|
|
|