| Thread | Last Post | Replies |
|
| expression built sting / Parsing text field | 14 Jun 2004 05:42 GMT | 1 |
I am needing to Parse some text fields, where a 3rd party application i use stores data from a user created expression. the user creates and expression such as this: ActualSizeYN =Y? SubassyL : BackDadoYN = Y ?(BaseRailYN =Y ? SubassyL
|
| SQL Statement Help | 14 Jun 2004 05:34 GMT | 2 |
I'm wondering if someone could help me out with this problem. We have a database in Access for our library. We also have it linked to a web search. If a book is authored by two or more authors, when the results show up, the book is listed once for each author of that book. If it
|
| Table design question | 14 Jun 2004 05:31 GMT | 1 |
I have a table for recordings, a table for playlists, and a table for playlist details, that uses the primary key from the recordings and playists tables as its primary key. I would like to develop playlists quickly, by just typing in the
|
| Can I use wildcards in TransferText import? | 14 Jun 2004 05:30 GMT | 11 |
I need to import a text file pretty much daily. I download the file and change the name to a standard name and then run the code to import the file into a table in my database. The problem is that the file starts with a standard name but adds the date and some other stuff to
|
| Multiple instances of the same database... | 14 Jun 2004 04:57 GMT | 6 |
I created an Access 97 database a while ago. It is protected by Workgroup Security, and it is not split. In order to compare different sets of results, a colleague has suggested that it would be useful to run two instances of the same database on
|
| sub-report loses its sort | 14 Jun 2004 02:25 GMT | 1 |
I have another post regarding this "attendance" report of mine...this one concerns one of my sub-reports. It loses its alphabetical sorting when inserted in the master report. When run separately, it's perfect. Once inserted and printed in the master report...the data is
|
| Access Data to Outlook | 14 Jun 2004 01:16 GMT | 2 |
I have a table on the database that stores the details of a mailing list such as name, company, address, email and so on. Is it possible to update (or link) all the mailing list table fields into Microsoft Outlook contacts? If yes, any ideas how?
|
| Updating Queries, Forms, Macros, Modules | 13 Jun 2004 21:50 GMT | 1 |
Thank you in advance. Is there a way to update Runtime Versions of Access 97, with just the Queries, Forms, Macros, and Modules, leaving the tables in tact? Is there a bit of code to do this, or someplace to learn how to do so? Michael
|
| Call Subform Function From Main Form | 13 Jun 2004 21:21 GMT | 2 |
I have a form (frmAppointment) with a subform on it (frmAppointmentsub1). I have placed a command button on the main form which calls the function below from the module. The purpose of this function is to make fields beginning with YY invisble OnClick of the
|
| How to make Command Buttons 'pretty'??? | 13 Jun 2004 20:35 GMT | 8 |
Is there a way to change the background color of command buttons? I know that I saw some VBA code somewhere that showed how to do this. I think it involved making the button transparent and then creating a box the same size and making it have a color for the background. Although,
|
| inputbox and dlookup issues | 13 Jun 2004 18:18 GMT | 3 |
dear respected Gurus, i would like to know what is wrong with my codes, i wanted to put PolicyNo(say any string value, which is PK in table)...how to do? as i make one inputbox it asked the value, but says "you cancelled the
|
| databases that grow like cabbage | 13 Jun 2004 18:17 GMT | 1 |
My Front End used to be around the 30megabyte, now it is 60 megabyte.... this change occured almost overnight and I have done the compress thing many time (I am running MS Office 2003). When I ran a couple of procedures, it went up to 1.3 gig!
|
| Call Function On Main Form to Sub Form | 13 Jun 2004 17:41 GMT | 3 |
I have a form (frmAppointment) with a subform on it (frmAppointmentsub1). I have placed a command button on the main form which calls the function below from the module. The purpose of this function is to make fields beginning with YY invisble OnClick of the
|
| auto update | 13 Jun 2004 12:52 GMT | 2 |
does any one know how i can make it so that when a number (15) is inserted into a field in column A, the corresponding field in column B always enters the date that the certain # was entered into column A. or a good tutorial will help im using access 2000 and the generel date/time ...
|
| concatenating two fields - problem with leading zeros | 13 Jun 2004 07:28 GMT | 1 |
In a select query I am attempting to combine two fields: One where Field1 = "AL" the other Field2 = "01" I am writing: NewString = [Field1] & [Field2]
|