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 Wanet Telecoms Ltd 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: erwin001
  • Content: Threads
  • Order by date
  1. erwin001

    Booting CentOs from a USB drive

    I'm currently learning Oracle 10g, however, I have windows XP on my computer. I don't want to change this, but I would like install CentOs on a portable 40gig harddrive. This would give me the capability to plug a Linux OS at will. I understand that I must have some type of boot loader (Grub...
  2. erwin001

    Downloading 6-month Free Trial Version

    I'm attempting to upgrade my database knowledge from access to SQL Server 2005. I discovered that I can test the Enterprise Edition for 6 months before I purchased the software. This is great! However, I'm not sure which version to download. There are 3 choices: X86 Executable X64 Executable...
  3. erwin001

    Using Repair on the XP installation disk

    I've had a few corky problems with my XP operating system. When I boot my computer, it would get to the user interface before I enter my desktop and flash an error blue screen. Then it would recycle through the booting process. This would continue numerous times. When I finally accessed the...
  4. erwin001

    computer viruses

    When I boot my laptop, I experience a weird problem. I currently have XP installed on my laptop. The computer will boot normally, however when I get to the login page my computer will show a blue screen with an error message, then it attempts to reboot. Then the computer will cycle through an...
  5. erwin001

    Placing a combo box on a tab object

    I inserted a tab into a form with 4 pages. I also placed different combo boxes on each page, however, I only want access to those combo boxes that appear on the designated page. Currently if I place a combo box on the first page, then it appears on all pages. I only want it to appear on the...
  6. erwin001

    Problems constructing a query

    I have two tables. The 2nd table is a subset of the first table, and I want to query report titles from the 1st table that match report titles from the 2nd table. I want to use something like: tableone.report title = tabletwo.reporttitle in the criteria of the select query. Does anyone...
  7. erwin001

    Linking hyperlinks to a form to display the desired image.

    I have the hyperlinks to OLE objects contained within a database table. I would like to link these objects to a form, to display the picture on the second tab of a two tab form. Not sure how to link pictures contained within a table. Does anyone have any ideas?
  8. erwin001

    Fonts/Icons/Brwser are too large

    I installed a game on my computer earlier today, played it, no problem. When I logged back into my computer recently, all of my fonts were twice as large. Whether I'm browsing the internet, or viewing the desktop display. I want to return my viewing property to the state it was in before I had...
  9. erwin001

    Hyperlink Warning message.

    When I open a hyperlink in a table, I get the following warning message: Hyperlinks can be harmful to your computer and data. To protect your computer, click only those hyperlinks from trusted sources. Do you want to continue? I click yes, and the screen print opens without error. How do I...
  10. erwin001

    Transfer a table to a form

    I have a table which is built dynamically at run-time. Once the table has been built, I would like to present the table to the user exactly as it appears after it has been built dynamically. I want this table in a list box control on the form. Does anyone have any suggestions?
  11. erwin001

    refreshing a form to enter new data

    I have a form that I'm using to input records into a table. I would like to create a command button that will update the table with the new data entered by a user, then clear the form so that the next record's information/data can be entered.
  12. erwin001

    Linking database files.

    I understand that Access has a 2 gig size limitation. I have over 5 gigs of data to complete a database application. So I have a database file with all pertinent forms, queries, tables, reports, etc. I want to link to database file to this original. These two files will house 1 table each. The...
  13. erwin001

    Database locks when compacting

    When I attempt to compact my database it locks up for some reason. It's about 1.7 gig in size. Does anyone have any ideas as to why?
  14. erwin001

    Which control has focus?

    How do you determine which control has focus when you open a form.
  15. erwin001

    How do you position the scroll bar in a way to view the whole form.

    I have a form that opens with the right scroll bar half-way down the form, and the bottom scroll bar position somewhat to the right of its start position. I would like to position the right side scroll bar up to the top starting position, and the bottom page scroll bar as far left as it can be...
  16. erwin001

    My Security still doesn't work From Server

    I'm attempting to secure my database on a company server. I have set up the security using Tools/Workgroup Administrator, however from my PC the security seems to be in place. When I access it from a different pc, no logons are requested. The database just opens. I set the security.mdw file from...
  17. erwin001

    Insert information into a table dynamically?

    I'm using the code listed below to insert a dollar sign into an existing table. The record id's already exist in the table. For each specific record, I want to place a dollar sign in the cell based on the record ID. This code doesn't work. Can anyone offer any suggestions. DoCmd.RunSQL "INSERT...
  18. erwin001

    Is there a limit to the number of columns a report can have?

    Is there a maximum number of columns that a report can have? I'm planning to build a report dynamically, and it may contain as many as 50 columns. Is this possible in Access?
  19. erwin001

    Check to see if a table exist.

    I'm looking for a way to determine if a table exist using VBA. If a specific table exists I want to delete it, then recreate a new table. If a specific table does not exist, then I will create the table. This is part of my dynamic search routine. I must create a table regardless, but I'm trying...
  20. erwin001

    Nested SQL statement isn't working properly.

    I'm using the following Select statement to select information from a table. It works well when I set [Report ID=1]. AND t.[Report ID]=1 And i.[Report ID]=1 I however, want to find report id's that equal both 1 and 2. Ultimately, this will be a dynamic SQL statement, but I need to check...

Part and Inventory Search

Back
Top