Search results

  1. D

    PHP Link mouseover Title Colours

    I have been trying to change the colour of "$row['real_name']" Which Is the part of the link that pops up when you run the mouse over the link with a "title="' . $link_title . '"" $link_title = (strlen($row['description'])!=0 ? $row['description'] . '
Added By: ' : 'Added By: ') ...
  2. D

    Build a database from start to finish (Chart Tracker Database)

    I have agreed with another music/Charts forum to Help there members build a simple charts tracking system. This is being designed in lessons 3-4 per week using my Code Library and Project Management System I am constructing this as simple as possible but later intend to take it further in small...
  3. D

    Setting MultiSelect

    I have a form where Under certain circumstances I would need to set A listbox Multiselect property to 0 from 1 in the after update of another listbox. https://docs.microsoft.com/en-us/office/vba/api/access.listbox.multiselect I have tried the above and also Me.Lst_Sales.Multiselect = 0 Which...
  4. D

    Interactive Lessons

    Not quite sure what to call this but title fits it best. I am looking for something I can use to: Demonstrate My programs/Site Etc The User(s) should NOT be able to interact other than though Voice so the users join and can watch and ask questions Say how do I do x&y but nothing more Would be...
  5. D

    Downloads

    I have now enalbled ALL my Access downloads for anybody, I have been able to do the as the site will be moving to a host without the restictions that were placed on me. The limit on number of downloads a day is being retained. I am no longer interested in Access and have moved to MYSQL, PHP. All...
  6. D

    Import rows and columns from excel

    I have 330 excel sheets I need to import rows 77-101 and columm A,B,F,G,H I have it working upto a point IE. It wont move to next excel row. I have to do it with the code below as I will be adding a date to each entry in db which is part of the filename which is not a problem. Sub...
  7. D

    Query To Count Levels

    I do remember getting an answer to this a few years but can't find the post as at the time didn't need to use as had a code solution but am starting something new an would like to use the query. I have a totals query that returns Total 5 4 3 3 2 2 2 1 1 1 This would normally give an output like...
  8. D

    Colour Output for forums

    I'm working on a posting system for Apollo I have it working on my forums And vBulletin but needed to test with Xenforo I.E. this site lol The output below seems to work just like VBulletin wich is good for me lol Test list from 21/12/2020 design version data Adam Ant - What's Going On Alison...
  9. D

    Solved Listbox Vertical Slider issues

    Thought I had corrected this but found its not me I'm using Version 2016 (365) The top Image shows the list when the side bar is not active loads of space left I'm wondering if this is because I change the column widths on the fly depending on the filter selected?? And If you notice the Time...
  10. D

    Treeview

    @MajP Looking for the download for yourtree view, Must be going blind or just not having a good day:(
  11. D

    What program do you think is your best work

    I'm posting this as am sitting here stuned at the program I just built, After 25 years I can say I have built somethng I can be really proud of.
  12. D

    Loving My Mrs At The Moment

    Don't know what I've done ;) but she has spoiled me rotten with my new office desk and A New set of DJ Speaker for my music player. They sound amazing just in case anybody is intersted here's the amazon link: https://www.amazon.co.uk/gp/product/B01EG92850
  13. D

    QueryDef, sql String Issues

    Been trying to get a Recordcount From A SQL String which works when Assigned as a RecordSource The Query is made up of the following items StrWhere = "[ArtistID]=1123" Just example Qry = "QryMediaPlayer" This is the query assigned to the forms recordsource I have tried running a...
  14. D

    How silly do I feel

    I just spent a good 3 hours trying to find out why a complex sequence wasn't working correcly, I finally put my correct brain on to find I had forgot to requery the subform. I'm now Writing a note to self Requery 100 times.
  15. D

    I would love to know why micrsoft Bot is only crewling over my downloads section

    I've noticed a lot of visits from a few address which I've traced back to the misrosoft bot why only my downloads not that they can download any but it uses my page views.
  16. D

    recipies Template from access 2k

    I'm looking for the template for recipies from the 2k version of office if you have a copy you can share I would appreciate it Thanks Mick
  17. D

    Move to a subform record

    this works but the record is set as the first record regardless of the sort order Dim R As DAO.Recordset On Error GoTo HandleErr If Not IsNothing(Me.OpenArgs) Then Set R = Me.Sub_ZfrmTracks.Form.RecordsetClone R.FindFirst "[TrackID] = " & Me.OpenArgs...
  18. D

    Solved Hide display Elements

    On my site I have a number of pages that I would like to create lists for I.E. Q/A type thing My problem is I can use the code form https://www.w3schools.com/howto/howto_js_toggle_hide_show.asp But would i be able to edit the function and call so I could use it to display the anwer for any...
  19. D

    Move Combobox list

    Looking at the image below you will see the combo list displays as normal what I would like if for the list to open to the left I.E. the right side below the track field. I can think of 2 ways to achive what I want I.E. Add a column and give it x width Build a custom form and move it into...
  20. D

    Crisis Of Design

    I have added a ERD picture for this one. Please note tbltracks in red. My issue is the Track Title as I'm expecting the db to hold a large amount of data as the freeware project is being designed for use by DJ's I am trying to think of the best way to handle the track title. there will be a...
Top Bottom