Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BikeToWork
  • Content: Threads
  • Order by date
  1. BikeToWork

    Import OCR PDF File into Access

    I am attempting to get data into Access from a pdf file which was created by OCR. The pdf file has a table format to it but if I attempt to export it to Excel, some of the data shows up in cells while the rest of it puts all of the fields from one row into one cell. In addition, I've tried the...
  2. BikeToWork

    Default Printer in Access 2007

    I have a function on a form that prints a series of reports. Most of the reports print to the default Windows printer, but for some reason, one of the reports prints to a different printer. I cannot find anywhere in Access to set the default printer for a report. I tried modifying and saving the...
  3. BikeToWork

    Time Periods in Crosstab Query

    I am making a crosstab query based on a fiscal year of invoice amounts in monthly invoice periods. Is there some way to make a crosstab query show periods such as months, even if that period contains no invoice amounts? Currently the query does not display invoice periods as column headers if...
  4. BikeToWork

    Cannot Run UDF

    I should point out first that I am a relative newbie to SQL Server, with more experience in MS Access. I do not understand why I get a "Cannot find either column "dbo" or the user-defined function or aggregate "dbo.ParseString", or the name is ambiguous." message whenever I try to use a...
  5. BikeToWork

    You Tried to Assign a Null Value to a Variable That Is Not a Variant Data Type

    When a user enters a value in a combo box then deletes the value, the message in the subject line comes up and the user cannot exit the combo box until a non-null value is entered. I've tried to trap the error but have been unsuccessful so far. I tried putting code in the Change event for the...
  6. BikeToWork

    Tabbed Main Form with Subforms in the Tabs

    How does one go about doing this? I have a main table (tblMain) with several other tables related to tblMain in one to many relationships. Is it possible to have a tabbed form object with the main form (tblMain data) in one tab and subforms in other tabs of the same form for the related tables...
  7. BikeToWork

    Office 2007/2010 Version Angst

    There is a networked Access database shared by some users with Office 2007 and others with Office 2010 installed on their computers. The database is set up in 2007 (whose accdb format opens natively in 2010). Unfortunately, if a 2010 user changes the design of an object, the database...
  8. BikeToWork

    Before Update Catch 22

    I have a main form with two subforms in it. One of the business rules is that there must be data in the two subforms before the record in the main form is saved. The problem is that the record in the main form is automatically saved when either of the subforms is entered. Therefore, if I test...
  9. BikeToWork

    Normalizing Question

    I understand that it is a cardinal sin to save duplicate data in a database and was wondering if someone could suggest an alternative to my current approach. I import a log file of user logins into a database every month. The user's active/inactive status for the month is dependent on whether or...
  10. BikeToWork

    Three Million Records

    A client wants me to develop an Access database to hold 3,000,000 rows of data that they have in a different format. I know the size limit for an Access 2007 database is 2GB. Although having a table with 3 million rows of data won't necessarily make the database over 2GB, it would be pushing the...
  11. BikeToWork

    Prevent Subform from Moving to New Record

    I have a main form with a subform in it. The subform table has a one to one referential integrity (cascase updates, deletes) relationship to the main table based on the autonumber ID from the main table. The subform is linked to the main form on this ID field. What I want is for users to enter...
  12. BikeToWork

    Lookup Tables

    I am working on a a denormalized database that has about 5 main data tables, and about 70 lookup tables. It is currently set up with lookup fields and multi-valued fields which I am replacing with normalized fields. The goal is to make the database upsizable to a SQL Server back end. What...
  13. BikeToWork

    Multi-Value Fields

    I am rather new to Access 2007 and am working on a database with "multi-value" fields. I know most people oppose designing databases with lookup fields and these multi-value fields seem like lookup fields, only worse. They not only denormalize the database but make it so you're wed to Access and...
  14. BikeToWork

    Hardware Inventory Database

    What would be a good place to find such an Access database? I have been tasked with designing and implementing such a database for a 50 person office. Thank you in advance for any leads.
  15. BikeToWork

    Corrupt VBA Modules

    I support a networked fe/be Access 2007 application. There is never a problem with the backend but the frontend frequently gets corrupted. Multiple users share the same front end. Unfortunately there is no workaround for this since there is no way to access users' hard drives to copy the front...
  16. BikeToWork

    Folder Permissions and MS Access

    I have a networked Access database that someone (or some process) keeps deleting. Does a user require r/w + delete permissions to the folder where the database resides? Is delete permission required to delete the lock file? If possible, I would like to set it so that users can have r/w...
  17. BikeToWork

    Nested IIF Dilemna

    I have several queries with the below nested IIF criteria. The field Project's 2nd character determines which option year a project is. If it is 4, the option year should be '4OY', if it is 3, the option year should be '30Y', if it is 2, the option year should be '2OY' and if it is 0 the option...
  18. BikeToWork

    Multidimensional Array for Filesystem Object

    I want to use a two dimensional array to pull file properties such as Date Created, Size, etc. for a given file using the filesystem object in vba code. The first dimension of the array is the index of the file number in the directory (0,1,2,3, etc.). How can one redim preserve the first...

Part and Inventory Search

Back
Top