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 bkrike 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: jwigal
  • Content: Threads
  • Order by date
  1. jwigal

    Margin problems IE vs FF

    Hi-- I'm trying to get some boxes to appear in the same place on both IE and FF, and am having some difficulty doing so: http://test.referee-assistant.com/index_css2.php Take a look at the gray box on the left, and the green box on the right. I basically wanted the edges of both boxes to...
  2. jwigal

    parse error, unexpected $

    I have been throgh this code upside down, backwards, forwards, commented out sections, and just cannot seem to see where my misplaced bracket might be. It was working really well a day or so ago, and somehow I broke it... The specific error I am getting is: Parse error: parse error...
  3. jwigal

    CREATE TABLE/foreign key problem

    I am trying to create via a CREATE TABLE command (CurrentDB.Execute sql) a single table that links a "referee" from one table with a "team" from a team table. I know how to do this manually via the Table design view, but I need to do this programmatically via VB code. Table "Referee Data"...
  4. jwigal

    InstallShield and Access 2000 Runtime

    I have posted the same question out on the InstallShield forums and have received no assistance. Has anyone had any success creating a setup distribution using the InstallShield merge module for Access 2000/02/03 runtime? The add-in that comes with InstallShield drops the Access runtime...
  5. jwigal

    Distributing DLLs and Broken References

    Hi-- I am attempting to distribute a MS Access database with InstallShield Express X. I intend to distribute vbSendMail.dll with the database. I can get InstallShield to drop the DLL into a "common" folder, such as c:\windows\system32 or the like, so that the Access database will not miss a...
  6. jwigal

    Nested Select Case statements

    I am trying to get this to run as an error handling procedure, and for the life of me, I can't see what the problem is. The docs clearly state that I can nest 'select case' statements but I am getting an error message that says that stops on the second-to-last End Select statement, saying...
  7. jwigal

    Transaction Help

    So, this is my first go-around with trying to write ADO transactions into an Access database. Nothing fancy, just trying to work with a single-file Access DB. Here's an example of syntax that I can't figure out why is failing: Function TestTransaction(commit As Boolean)...
  8. jwigal

    Help w/ difficult foreign key query

    I have tried a number of different ways to set this query up, but i can't seem to get it to work. I am working on a sports referee assignment database. This database has three different elements I am working with: games, leagues and referees. Each referee may belong to one or more leagues...

Part and Inventory Search

Back
Top