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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BrianOg

  1. BrianOg

    Menu dropdowns do not appear with Flash movie in Mozilla

    But I need the dropdowns to appear on the homepage. They do in IE7. Why don't they in Mozilla/Firefox? Is there any way to debug the mouseover of the menu items to try and detect why the dropdowns are not appearing? Brian
  2. BrianOg

    Menu dropdowns do not appear with Flash movie in Mozilla

    Hi, Thanks for your advice. Unfortunately, I still cannot get the menu to work in Mozilla 2.0.0.12. I have another pc in the house which runs 2.0.0.11 and it doesn't work with that either. Maybe I did not explain the problem correctly. It is the dropdowns on the menu which do not appear when...
  3. BrianOg

    Menu dropdowns do not appear with Flash movie in Mozilla

    Am trying to add a "video" to a webpage using a Dreamweaver extension called Active Slideshow Pro by DMXZone. The page can be viewed: www.faith.org.uk/Testindex.html In IE7 it works fine. The video shows and the dropdowns of the menu work correctly. In Mozilla Firefox, although the video works...
  4. BrianOg

    Emailing from Access 2002/Win XP/Outlook Express.

    I have a field in a table (type Hyperlink) in which I store email addresses. If I click on the textbox with this field as a source, I get an error: “unable to open http://johnsmith@yahoo.com If I define an OnClick handler and put a breakpoint in it, the contents of the text box is...
  5. BrianOg

    Automation Access to Word

    Am having problems with creating a Word document from Access. I have successfully created the document but cannot get Word to remain open in order to edit the document. Part of my coding is: DoCmd.OpenForm "frmSelectSchoolContact", , , "[fldSchool_ID] = " & Me.txtSchoolID, , acDialog If...
  6. BrianOg

    Exporting graphics as GIF

    Am trying to create a graphic for a web page using CorelDraw 12. Have made a vector graphics image and saved it as a cdr. It appears excellent, even at large magnifications. I wish to export it as a Gif with a transparent background. With my image on a blank page, I have drawn a rectangle around...
  7. BrianOg

    Start and End of date ranges

    Have already seen Allen Browne's article. Don't think it is appropriate to my problem (unless I'm dumb - I often am!!!). What I really want to do is "subtract" the date ranges of the bookings from the date range of the vacancy, leaving new ranges for the remaining days. Assume this...
  8. BrianOg

    Start and End of date ranges

    Hi Mike, Quite correct. It is a one to many relationship. I do have a separate record for each booking but only one record for each vacancy, e.g.: Vacancy: VacID=983 Start=1/1/04 End=23/4/04 Booking 1: ID = 2345 VacID = 983 Start=12/1/04 End =17/1/04 Booking2: ID=6744 VacID=983...
  9. BrianOg

    Start and End of date ranges

    Hi Leslie and Mike(?), Thanks for your replies. I have a vacancies table (tblVacancies) in which each record has a fldID Autonumber field. It also has start and end date fields (fldStart and fldEnd) I have a bookings table (tblBookings) which has a fldVacID field relating to fldId in...
  10. BrianOg

    Start and End of date ranges

    Sorry the question was not clear. The dates are produced by a query and are in one field. The start date is at the start of a sequence of consecutive dates where the difference between dates is one day and the end date is at the end of this sequence. So: given the dates...
  11. BrianOg

    Start and End of date ranges

    Given a range of dates held in a field in a table or query, e.g.: 10/1/04,11/1/04,12/1/04, 23/1/04, 3/2/04,4,2,04, 8,2,04 How can I write a query (in Access SQL) to generate: fldStart fldEnd 10/1/04 12/1/04 23/1/04 23/1/04 3/2/04 4/2/04 8/2/04 8/2/04...
  12. BrianOg

    Date ranges in date list

    Given a range of dates held in a field in a table or generated by a query, e.g.: 10/1/04,11/1/04,12/1/04, 23/1/04, 3/2/04,4,2,04, 8,2,04 How can I write a query to generate: fldStartGap fldEndGap 13/1/04 22/1/04 24/1/04 2/2/04 5/2/04 7/2/04 Would appreciate...

Part and Inventory Search

Back
Top