Hi Goodomens
Thanks for the help. It works now. I would appreciate it if you could help me with one more thing. Is there any way, I could use this same function to group by days. I tried using DatePart('d', [Date]) and it works but it displays the day number. Is there any way I could display the...
Hi All
I am trying to design a query which counts the number of records. I want to count all the records in a week.
Which Date function do I use to count the records in a week.
Any help in this regards will be highly appreciated.
Regards
Asif
Hi All
I am trying to create a form based on a query and I am trying to connect it using the recorset method. I am able to connect the form but it does not allow me to navigate the records. It just shows the first record. Any help in his matter will be highly appreciated.
Asif
Hi all
I have a text field in my form which is linked to a text field in my table. The user has to enter Day in this field. What I want to do is that when a user enters a day, it should be saved as a day of a week and not simply as a string.
I tried using the Date/time data type in the table...
hi scking..
One more thing. I want to populate my form with records in the query and it does not allow me to navigate the records. My code is as follows:
Dim rstIN As DAO.Recordset
Set rstIN = CurrentDb.OpenRecordset("test")
Form_Form1.Text2 = rstIN!studentID
Form_Form1.Text0 =...
Hi all
This is the first time I am writing on this forum. I am trying to refer to a query in my vba code but it does not work. Do I have to create a connection even though the query is in the current database. Any help in this regard will be appreciated.
Asif
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.