| Thread | Last Post | Replies |
|
| Eliminate Duplicates? | 12 Jul 2007 17:04 GMT | 4 |
Good morning. I have a customer database that I wish to print labels for. The thing is, I wish to only view unique records. I've got two tables. One customersTbl names and address. The second of customershistoryTbl. When I
|
| Access 97- if... and if... then Coding | 12 Jul 2007 17:03 GMT | 1 |
I usea form with check boxes. I have code that If one box is checked Then change a list to "1" Private Sub XXX_AfterUpdate() If (Me.XXX = -1) Then
|
| Time Formula Help Pls. | 12 Jul 2007 16:58 GMT | 1 |
Sorry if this post already showed up. I could'nt find my first post anywhere
:/ Anyways, my question is how can I make a formula calculate how many occurances of a specific time frame happened in Sheet 1, column A, and put it
|
| ignore first number | 12 Jul 2007 16:58 GMT | 3 |
I have a table with an ID field composed by 5 numbers 61234 61254 71274
|
| Update Query | 12 Jul 2007 16:28 GMT | 4 |
I have a link to a text file that is updated daily. I run an append query to add any new records on the text file into a table stored in my database. I am attempting to update previously appended records based on a field that may change on a daily basis. The record remains on the ...
|
| date question for a form | 12 Jul 2007 15:26 GMT | 2 |
on my form i am try to build a part that adds two other parts together but it is adding the wrong parts. i have a life expectancy of product section, and i want this to add to a section i have that has date item was put in to use and the resulting field is needed replace date. ...
|
| Printing Only Selected Sections of Report | 12 Jul 2007 14:28 GMT | 1 |
I have a form which I am developing for an optometric firm. The form is used to generate invoices for client orders. The form is one continuous form but I have it divided into four sections with several controls in each section. The sections are for Frames, Lenses,
|
| Change color for docmd subject line | 12 Jul 2007 14:24 GMT | 4 |
I have a code that goes something like this Dim strSub1, strSub2 As String strSub1 = "Hello " strSub2 = "world"
|
| A web site database? | 12 Jul 2007 14:17 GMT | 1 |
Im looking for a system that would allow offsite employees to upload information to a web site. This info would then be pulled together and automatically be processed to produce reports. At the moment i am looking at microsoft share point and access.
|
| Change Date Problem! | 12 Jul 2007 13:42 GMT | 3 |
When the date appears in my text box on today's date and then I want to change it to a new date , it turns black and today's date appears again, but if I do it again the new date change stays on every second attempt! thanks for any help here............Bob
|
| 2007 Right Click and Properties window | 12 Jul 2007 13:02 GMT | 5 |
XPPro-SP2 box running Ms Access 2007 in design mode. On one 2003 database forms and controls will not display the context menu activated by right click but the database window and other areas will. On another 2003 database, there is no problem with the right click context
|
| Copying data from one table into another | 12 Jul 2007 12:35 GMT | 2 |
Hello. I've checked around about this subject but can't seem to find the information that helps my case of the problem, so here it is. The overall goal is to move all the data from an old Q&A database to the new Access database that I created. I exported the Q&A data into
|
| Table/Fields Question | 12 Jul 2007 12:30 GMT | 6 |
If I have to store 72 Alphabetical Letters , Do I then have to have 72 Different fields in my table, and do I make the field size 1? Thanks for any Help..........Bob
|
| timesheet database template | 12 Jul 2007 12:09 GMT | 2 |
I am looking for a template for timesheet management. Could someone direct me? SF
|
| SQL of table | 12 Jul 2007 09:52 GMT | 2 |
Is it possible to see the SQL statement of a table that is created in Desgin View of MS-Access 2003 ? If so, how ?
|