Search results

  1. murray83

    Solved Why does it crash and close...

    suggestions ? how would i kill the video player when choise is made ? or Making the video shorter be better ?
  2. murray83

    Solved Why does it crash and close...

    OK so saying video length is to long or need wait for vid to finish before moving or add some code when user press a button then it kills the video player
  3. murray83

    Solved Why does it crash and close...

    So have had to use google drive as file is a bit bigger then here to upload but i have an issue not sure why it does and hoping that some one here can shed some light. The issue i have is when it gets to a question which has a video it seems to crash and I'm not sure the reason AWF Example -...
  4. murray83

    Solved Hide Windows Media Player Details

    I have fixed it by adding Me.WMPQuizVid.uiMode = "none" 'trying to hide play back buttons so 'for video attempt If Not IsNull(rst![VideoAttached]) Then 'Some video is attached to the question 'Me.Question.Width = 4479 'Reduce the width of the question box so the video box...
  5. murray83

    Solved Hide Windows Media Player Details

    Hi All So have managed to get videos to work in my quiz ( see attached example and vid file ) but now i have one follow up question how do you / or can you Hide the player buttons and file name ( file name not that important ) but would like it to hide the play stop buttons ( if possible of...
  6. murray83

    Quiz-A-Rama - Who Said Databases are dull

    SORRY for the DP but i think i fixed it. I added Me.cmdJoker.Enabled = True Me.cmdJoker.Visible = False as can see here
  7. murray83

    Quiz-A-Rama - Who Said Databases are dull

    Hi so another branch of question, i have tried to capture this but to no avail ( example attached ) issue i have is hwne user uses's the joker they get score double for all rather then one correct could you please have a look and point what have done wrong. Have tried making button not...
  8. murray83

    Solved Query to Add two fields

    and i know, love a bit of office humour :) or perhaps as American cousins would spell hmor lol ( as they seemed scared of the letter U in words like honour or colour )
  9. murray83

    Solved Query to Add two fields

    cheers all but i just created a second query to count number of times correct and joker played and had this result sent to a text box on results page and then added them together, maybe not the most elegant but it works :) and yes my spelling was not great but then I didn't notice till months...
  10. murray83

    Solved Query to Add two fields

    Hi All I have the below query which is running fine but i want it to total ( some how ) so it should show 3 ( as when they use a joker they get a bonus if the answer was correct ) query ran query details so any help be grateful appreciated cheers all :)
  11. murray83

    Quiz-A-Rama - Who Said Databases are dull

    as I'm aware of how to get it to work for one time as i have done for music on this other project of mine Access Point And Click Adventure but in this instance i want it to call the video in the same fashion as does for the pictures so based on the quiz round and question number
  12. murray83

    Quiz-A-Rama - Who Said Databases are dull

    what is explorer.exe as i was going to add a windows media player active x and sorry also what do you mean when you say Shell ?
  13. murray83

    Quiz-A-Rama - Who Said Databases are dull

    I have a question regarding my quiz database app. If i wanted to paly a video file i understand i would need to add active x control, but how would i call it would it be similar to the way pictures are called ?
  14. murray83

    Solved Criteria based of text box on form not working

    Cheers but i have fixed it. The text box looking at was unbound so have added another box and made that control and boom works [Forms]![F_Start]![txt_UserLookupResults] cheers for the tip on ""
  15. murray83

    Solved Criteria based of text box on form not working

    ok sorry thing i added them as was searching else where, and they had em. but the query runs fine when remove the criteria section
  16. murray83

    Solved Criteria based of text box on form not working

    I have the following in criteria for a query which should list user answers based on name, but i get blank query, it doesn't even ask me to input anything if the form is blank "Forms![F_Start]![txt_UserName]" Please help me AccesWorld your my only hope cheers all
  17. murray83

    Solved IIF with many

    sorry for being dumb so would i put that in the text box source ?? not done any error catching in past
  18. murray83

    Solved IIF with many

    there is loose as the full wording is Loose Loaded but like should work, no ?
  19. murray83

    Solved IIF with many

    sorry for post after saying resolevd but have issue with this =IIf([Text106] Like 'loose*',"Use CAS GDS IN") It should display Use CAS GDS IN when the textbox106 ( yes i know silly name, not my fault ) but all i get is blank but then for the following =IIf([Text106] Like 'pallet*',"Use PAL GDS...
  20. murray83

    Solved IIF with many

    very true Pat, and i did change a name as the request given to me required another text box which i duly named something appropriate ( as the db was made before me ) but again cheers for all ideas and help :)
Back
Top Bottom