Hi,
Tried to disable the webbrowser background rectangle in ms access with the following code to see only a loaded gif file
Me.WebBrowser31.BorderStyle = 0
This code should make the webbrowsers triangle not visible but is doesn't work in ms access
Hi combo (technical user)
What you're suggesting is that the dropdown list in ms access 2016 isn't link with the webbrowser in the same form so it doesn't work of course if you include all the codes in code builder than you don't need the dropdown list anymore, but that is not what I'am...
attached file of the video table with pathnames
https://files.engineering.com/getfile.aspx?folder=54bb3f9d-92e8-4967-b735-082962213399&file=ScreenHunter_35.png
Hi Combo
next file is the file with the playlist screen output with your code but doesn't play the videohttps://files.engineering.com/getfile.aspx?folder=fab6d99b-fbda-45b9-8f35-2c664ce96061&file=ScreenHunter_34.png
Hi combo,
This code doesn't play the video but it doesn't give any error message
Attached file
without the play list only with code in the browser
https://files.engineering.com/getfile.aspx?folder=6e20d76a-218a-4d25-a76e-0c3b7b910710&file=ScreenHunter_32.png
Hi
I have on a form with a video list name list(1)
and a webbrowser video page on the same page
access 2016
when I insert the code "=C:\users\owner\Desktop\mainfolder\access\Meditation" on the webbrower page
I can see all the vidoes and click on them and play them
When I use the code in the...
Day([[DrawDate]) should return the date name in a query criteria field instead it returns the date number how do you get the date name instead of the number, and can anyone inform why do you need the date number in real life situation, I don't understand the programmers at ms.
here's my code...
try your code doesn't work
query must provide the following results
if user input 1
it should give the sales on the 1 of January first of 1 February and so on.
Hi,
The code below should produce all the days of the year in the database the user ask for in a query
aliasmyday: (DatePart("d",[Saledate])
criteria Like ("*" & [Search_My_daynumber])
for example if the user input 01 it should brings all the data of all the years on the first day of each...
Hi combo here the sql
SELECT Right(Format([Drawnumber],"00000"),2) AS Right_hits, Count(*) AS TotalHits, Numbers_data.Drawnumber, Numbers_data.DrawDate, Year([drawdate]) AS Expr1
FROM Numbers_data
GROUP BY Right(Format([Drawnumber],"00000"),2), Numbers_data.Drawnumber, Numbers_data.DrawDate...
Hi Combo,
I've tried your solution but you cannot groupby on totalhits when groupby on totalhits you get an error
the query doesn't sum the total hits for each number
Right_hits: Right(Format([Drawnumber],"00000"),2) TotalHits: Count(*) Year([DrawDate]) drawdate
groupby...
Hi combo attached query no resultshttp://files.engineering.com/getfile.aspx?folder=f38dd438-7ec1-4673-87e6-7eaa9d970fc5&file=ScreenHunter_121_Oct._12_17.36.jpg
Hi,
I have a number database with a query with three columns to group by year
Right_hits: Right(Format([Drawnumber],"0000"),2), TotalHits: Count(*) , DrawDate criteria groupby Year(2016)
The query runs without giving no info of the year 2016 I have data in the database of the year 2016.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.