| Thread | Last Post | Replies |
|
| Merging Data from Seperate Spreadsheets | 28 Feb 2007 23:03 GMT | 1 |
I am having difficulty getting data to merge properly in a yes or no format. I have a sheet of listings that should be marked 1 for yes. I want to compare that to a sheet a master listings and have any listing not marked from on the first sheet to appear as a 0 for no on the ...
|
| Close form on button click | 28 Feb 2007 19:49 GMT | 2 |
I have a mainform that opens when db is launched. I have it set so that it opens to a blank record with a combo box to find the correct record. If user sees correct record with information , he clicks a button to open
|
| No clue on what I am doing | 28 Feb 2007 08:50 GMT | 5 |
So yeah What is Access for I have no clue what to do and I'm suppose to do this thing for school and yeah no clue please help me
|
| Enable command button | 28 Feb 2007 00:58 GMT | 1 |
Hi All, I have on dirty behind my bound text boxes the following code. Private Sub RegisterNumber_Dirty(Cancel As Integer) 'Enable SaveAddNewRec1 only if ALL required textboxes are dirty If Me.AddNewRecIN.Enabled = True And Len(Me.DateReceived & vbNullString)
|
| urgent!! getting stared into vista | 27 Feb 2007 22:28 GMT | 3 |
I HAVE TRY DOWNLOADING SOME PROGRAMS THAT I WAS ABLE TO RUN WITH XP AND NOW THAT I HAVE VISTA THEY ARE NOT RUNNING... WHAT AM I DOING WRONG..
|
| Trying to create a similar database | 27 Feb 2007 20:08 GMT | 17 |
I'm brand new to Access, and I only have Access 2000. I work for a large roofing company. We would like to track our bids to general contractors, municipal entities, etc. by using an Access database. One of our estimators brought with him, from his former job, a database
|
| how to create acuratefinancial records | 27 Feb 2007 19:35 GMT | 2 |
I have been asked to creat databases for a car seller he wants me to basically input sales (price in/out etc) input staff wages expenses etc then calculate the P&L for this as wekk as be able to pull up VAT for
|
| change background color in continuous form | 27 Feb 2007 18:00 GMT | 8 |
how to change the background color of a cell/field in a continuous form? tia, mcnewsxp
|
| Checksheet | 27 Feb 2007 13:56 GMT | 4 |
We have several forms that we use to track Audits that are done daily. I have been looking for an example of a simple Checksheet in Access so that I can lrean how to recreate those excel checksheets into Access Data that we can track our monthly performance on each item.
|
| General question about setting properties | 27 Feb 2007 09:19 GMT | 2 |
I'm thinking about the best place to set certain properties in my database. Lets say my table has a numerical field. If I set a property like 'Decimal Places = 3' in the table, can I have confidence that this property will be passed to any queries and ultimately to forms / ...
|
| Combo box - auto select record to table-based rowsource. | 27 Feb 2007 04:56 GMT | 5 |
I have a form with a combo box. The rowsource is a table. A button to add a new record opens another form to input one record. A button that form closes it. How do I get the record just entered into the combo box so I don't have to go through the process of selecting it on ...
|
| Command Button Wizard - Find Record | 27 Feb 2007 02:54 GMT | 3 |
I use the Command Button Wizard Find Record option in a data entry form. The problem is that I want it to preselect searching the whole form rather than the field it starts up with. To get it to work as I want it you have to change the 'Look In' selector to FormName: Form every ...
|
| Hide subreport/move another subreport in it's place | 27 Feb 2007 01:24 GMT | 1 |
I have a Report with three subreports. What I would like to do, is if subreport1.hasdata=false then subreport.visible=false and subreport 2 will take it's place on the print preview of the report. I don't want to waste space. I know how to hide the subreports but I don't know how to ...
|
| How to filter name type data? | 26 Feb 2007 20:50 GMT | 2 |
I have a Names table that contains all the names of the database (with a nameType for each name). The Names table is related to the Main table with the Main table's pk related to the fk of the Names table. I want to myForm to list each nameType (there are 12+), along with the ...
|
| all data from query not displaying on report | 26 Feb 2007 20:33 GMT | 2 |
Access 2003 I have created a query of data from sales by customer and service by customer. Basically, I want to show all invoices billed to a customer, less all service (our costs) and arrive at our net profit by customer. I already
|