| Thread | Last Post | Replies |
|
| A form as message box form. | 25 Feb 2008 10:40 GMT | 3 |
I know this is can be achieved but don't know how. Actually default access message is not looks like so interesting for me.The fonts is too small,I think.How to use my own form as Message Box?.Many message
|
| field data disappears | 25 Feb 2008 08:56 GMT | 5 |
This is really strange, and I'm sure there is a simple answer. I have a field on a form that is a calculation of fields on 2 subforms. When the condition of invoice_ID is not null, data is properly displayed in the txt_balance_due field,but when the invoice_ID *is* null, the ...
|
| Date Function not recognised | 25 Feb 2008 07:49 GMT | 2 |
I have Access 2002 SP3 on both my desk computer and my laptop. I also have Access 97 on both machines. On my desktop I have an application which works perfectly in Access 2002. I copied the mdb to my laptop, and when I open the application it will not recognise the DATE () ...
|
| Create relationship by VBA Code | 25 Feb 2008 06:42 GMT | 1 |
Create relationship by VBA Code I have 2 access data base I want to control the second data base from code ( I want to create relation in another data base)
|
| runtime error 13 | 25 Feb 2008 05:38 GMT | 2 |
I have the typical code for doing a record look up ... Private Sub Combo156_AfterUpdate() ' Find the record that matches the control. Dim rs As Object
|
| Function help and example | 25 Feb 2008 05:06 GMT | 1 |
My question is: (1) I want get real access 2003 function example. (2) I want pass argument to the function using text box or input box. (3) Can you please write this example for me: so I can understand the
|
| supressing warning when opening a Word Mail Merge document from Access | 25 Feb 2008 03:43 GMT | 5 |
I'm using the following line of code in Access to open a word document linked to my database with an ODBC connection that populates some Mail Merge fields: Application.FollowHyperlink "C:\PAM\PAM_Mail_Merge\mail_merge1.doc"
|
| Reference number of records | 24 Feb 2008 23:42 GMT | 4 |
Hi Group Access 2000 WinXPPro I have a form/subform frmPackage/sfrmPart
|
| Hide Database Window..? | 24 Feb 2008 21:30 GMT | 2 |
I have an Access form connected to SQL-server. When I start the application from Access/Archive/AccessFile.mdb I'm promted to login. If then press 'Cancel' and choose Archive/AccessFile.mdb the second time
|
| Summing Calculated Control | 24 Feb 2008 20:51 GMT | 10 |
Although I have read the posts on this, I still can't get it to work. I have put the following code into the subform control's record source: HoursAndMinutes([DepartTime]-[ArriveTime]). The "HoursAndMinutes" is code in the module. It converts the time to hours and minutes. This ...
|
| TransferText acExportDelim unexpectedly truncates numeric field | 24 Feb 2008 20:29 GMT | 4 |
I'm using a VBA procedure to export data from an Access table to a CSV file. The table has nine text fields and one single-precision, numeric field. The single-precision field contains numbers that are displayed with a variety of decimal places, for example 0, 0.1, 5, 7.215, ...
|
| Datasheet Font | 24 Feb 2008 13:49 GMT | 5 |
In Access Options one can set the Datasheet font. This applies to new forms with a datasheet and not existing Datasheets. Any way to set the font on existing Datasheets? I'm using AC 2007 with split forms.
|
| Global Function | 24 Feb 2008 12:12 GMT | 2 |
I'm using the following code to set the Datasheet Font on a Split Form using AC 2007. Private Sub Form_Open(Cancel As Integer) Me.DatasheetFontName = "Arial"
|
| COLOR FULL AND GLAMOUR PHOTOS | 24 Feb 2008 04:59 GMT | 1 |
COLOR FULL AND GLAMOUR PHOTOS PLS CLICK HERE $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ http://voltage_voltageextra_lowvoltage.blogspot.com
|
| Copy selected list box value and paste it to a txtbox | 23 Feb 2008 06:12 GMT | 1 |
I have 1 listbox,1cmdButton and 1 txtBox in my form. I want every time the user click the cmdButton,the selected listbox value is added to the txtBox,if the user click it more than once,the value in the txtBox separated by * ; *.
|