Search results

  1. U

    Imprecise positioning of chart datalabels?

    Hi. I'm working with some Access (MS Graph) pie charts on a report. The charts display their data correctly, and so the rowsources are set correctly. However, I'm trying to customize the positioning of the pie slices' datalabels. Here's what I'm trying to do, but it's not quite working: for x...
  2. U

    Trying to select a single row from many side table

    Hello. I thought I could handle this one, but I'm just not getting anywhere. My situation is pretty simple: I have two tables, with a one-to-many relationship. Both tables have primary keys, and the primary and foreign keys are set up correctly. Referential integrity is enforced. It's a pretty...
  3. U

    Oracle vs. SQL Server speed -- ODBC

    Hi. A system at work just migrated the backend from SQL Server (7) to Oracle 10g. The frontend, of course, is Access 2002. There seems to be a real performance hit now when accessing the Oracle data, as compared to the SQL Server data. The new system is using the Oracle Driver for ODBC, not the...
  4. U

    What exactly does the shift key disable?

    Hey; I was troubleshooting a database app that I use to perform update/maintenance on other databases. My VBA code does things like modify tables, compact/repair, ShiftKeyBypass, etc. to other "external" databases the user specifies (you input the path name, and the db does the action on the...
Back
Top Bottom