| Thread | Last Post | Replies |
|
| Counting Values at end of report minus certain records | 01 Nov 2006 00:53 GMT | 3 |
I have a database at work that keeps an inventory of cameras by location. Every week I get a repair estimate sheet that lists cameras by serial number that need to be repaired. This list is sent to me in excel. I am trying to make it where I can just copy the column of
|
| two tier grouping in a form | 01 Nov 2006 00:46 GMT | 1 |
I have an interesting Challenge - It is effectively an inventory system but with a twist. For each client, I need to track, let's call them containers. each of these containers logically contain, let's call them widgets. (widgets
|
| Report - Counting Records Minus a Certain Location | 31 Oct 2006 23:16 GMT | 2 |
I have a database that keeps track of cameras by location using their serial numbers. I have a report that in the report footer I have the following: =Count([Camera Serial #])
|
| Query to return multiple records | 31 Oct 2006 21:05 GMT | 8 |
I have a database at work that keeps an inventory of cameras by location. Every week I get a repair estimate sheet that lists cameras by serial number that need to be repaired. This list is sent to me in excel. I am trying to make it where I can just copy the column of
|
| Blinking in Access | 31 Oct 2006 18:12 GMT | 1 |
By first time I apply to this NG. I would like to blink cells in Reports as by Excel. Is it possible ? Which way ? Thanks
|
| Oracle Query: Make Table works 5x faster than Append | 31 Oct 2006 17:54 GMT | 2 |
I have a query running against Oracle which returns approx. 140,000 records. I need to store all this data locally in my BE database. Conventionally I would set up a table to contain this data and then run an Insert Into (append) query. Perhaps I might also experiment by toggling ...
|
| Making a date unavailable | 31 Oct 2006 17:50 GMT | 2 |
Not sure if this is possible but I am working on a database, that requires the following function. Be able to book a job in for a given week of the year, and this then becomes unavailable for anyone else to book the same week.
|
| Smart Tags | 31 Oct 2006 17:27 GMT | 1 |
I am trying to enable the Person Name Smart Tag, but after I open up my table in Design view and select the field (in this case CustomerName field), click in the Smart Tag text box, click the Build button to launch the Smart Tags window, and select Person Name at the top of the
|
| Opening Recordset in a table via VBA | 31 Oct 2006 15:38 GMT | 1 |
Just wondering if there is a function in VBA that is able to open up the data in a RecordSet to a normal table look in MS Access? Thanks.
|
| Excel -> Access Table | 31 Oct 2006 15:19 GMT | 1 |
I would like to be able to using VBA from an Excel macro - go through each line in my spreadsheet and add to a database. I know that this can be done via the import external data tool in access but the final solution i am working towards will allow the user
|
| Fixing table links with ADO | 31 Oct 2006 13:16 GMT | 5 |
I've seen several very nice routines on various web sites to fix table links when a file is moved. So far all the ones I've found have used DAO. Anyone know of a sample of such a routine that uses ADO? Thanks,
|
| Combobox rowsource | 31 Oct 2006 12:26 GMT | 1 |
I have an unbound combo box on a bound form (bound to a Sites table) that i want to fill with a list of data from an attachments table that contains the paths of the attachments for each site. Each site has a unique Site Ref which is also stored in the attachments table.
|
| Can a SQL Pass Through query use a parameter from a Form Control? | 31 Oct 2006 06:54 GMT | 1 |
I have a bit of a newbie question (basically stated in the subject of the posting). If need to get some data out of a SQL Server Database. Can I use a control from a form to supply a parameter. I've created a stored procedure with the parameter I need, I just dont know how to
|
| Access 2003 mde or mdb will not work with Access Runtime | 31 Oct 2006 04:31 GMT | 33 |
I checked all my references prior to compiling. The mdb or mde works perfectly with full version of A2003. When running on a computer with RunTime i receive an error that a reference is broken to msoutl.olb version 9.2.
|
| list box loses value... | 31 Oct 2006 01:34 GMT | 1 |
This one has bugged me for years. I have a combo box after-update event that sets a one column list box to a string value. (The lsit box is a list of tables). I check the value of the list box right before the "exit sub" line of the combo box after-event and the list box still ...
|