| Thread | Last Post | Replies |
|
| Query Problem | 17 Aug 2006 09:54 GMT | 3 |
Hey!! I've created a Query based on one table which should display every record in the table. However instead of displaying every record it displays the one record three times. I tried deleting that record, if I
|
| What version of jet | 17 Aug 2006 06:30 GMT | 5 |
How can I tell what version of jet a computer is running? dixie
|
| How to set query parameters from VBA | 17 Aug 2006 05:52 GMT | 4 |
I am running Access 2002. I have some reports I would like to be able to run from VBA or interactively. The reports use queries with parameters. When the user runs the report, the parameter prompts for the query are displayed, and the user fills them in. What I would like to ...
|
| Remove Data Control from form | 17 Aug 2006 04:44 GMT | 1 |
Can any one please help me out with how to remove data control from the form. I create a form with sub form too and it shows 2 controls and i want to hide/remove the subform control form the main form. Thanks in advance,
|
| Help in query | 17 Aug 2006 01:15 GMT | 2 |
I need the 11,13 equipment1 in table tbl_Events from table tbl_EquipmentChronology Table:tbl_EquipmentChronology TicketNum Outlet Equipment1
|
| VBA code to save file from http to hard drive? | 17 Aug 2006 00:31 GMT | 2 |
I'm sure this is simple, I'm just not up on anything like VBA syntax & functions. I need an Access 2002/VBA code that gets an XL file from http://www.somewhere.com/name.xls and saves it to the hard drive under
|
| Function to remove zero-length strings in MS SQL | 17 Aug 2006 00:11 GMT | 1 |
Is there an inbuilt function within MSSQL that converts zero-length strings to nulls? Or do I have to create a custom built function. I am having issues with these zero-length strings as I develop allot with an MS Access frontend and MSSQL backend.
|
| database not allowing multiusers | 16 Aug 2006 22:06 GMT | 2 |
The database has been split into front and back ends and both are on network drive. Somehow if one person is in it and another one tries to open it, it will say 'locked by machine number XXX' and doesn't allow multiple users to use it at the same time. But this error only happens
|
| Group and Count | 16 Aug 2006 22:05 GMT | 1 |
I have a form where I enter each time someone looks at a horse or our farm. When I print the report it looks like Date Person a
|
| Help write a SQL in VBA | 16 Aug 2006 21:44 GMT | 4 |
How do I write this SQL in VBA code: SELECT DISTINCTROW Employees.UsernameHold, [Expense Reports].ExpenseReportID, [Expense Reports].EmployeeID, [Expense Reports].ExpenseType, [Expense Reports].ExpenseRptName, [Expense
|
| Input Mask:>C;; ValidationRule=In("T","F"," ") AutoTab:Yes ;-( | 16 Aug 2006 21:30 GMT | 2 |
1)Access2003, beating my head against the wall, every other iteration is "can't find macro Upshift" followed by carefully verifying that no blank properties have been entered. Making NO changes at all, sometimes the message goes away, sometimes not. Any clues?
|
| Link form another database table into current database | 16 Aug 2006 21:26 GMT | 1 |
I copy a form from another database into my database. I need help how to i link the table which is in another database with that form. Thank you.
|
| How to display 3364751212 as (336) 475-1212 in a report? | 16 Aug 2006 21:22 GMT | 5 |
In the Format property setting field in the format properties window of A97 - what is the correct syntax to convert "3364751212" to
|
| count feature (group by) | 16 Aug 2006 21:03 GMT | 1 |
If you have a select with 2 attributes where you group by one attribute and do a count() for the second attribute, if the count() is 0 then that row is never displayed. How would you instead see a line item where you list the attribute with 0 as the count.
|
| changing textboxes in a report at run time | 16 Aug 2006 20:37 GMT | 2 |
I have a report that displays four pieces of data by default, but two of these fields are not neccessary for all people to see. I have made a form that gives the user the choice to select what data to display when the report is being run. After the selection has been
|