Thanks a lot arnelgp,
Moreover, lets for example the fnControlName=D1_3. How can i refer to its value (D1_3) in order to change the textbox height dynamically depence of the name of the field?
Basically what I'm trying to do is one dynamic calendar similar to Google Calendar which after defining for an appointment ex. from 08:00 to 12:00 can do the following:
1. Show the title or details only into the first engaged hour (08:00) for the appointment
2. To Colored all engaged hours...
Good Evening
In the database I am attaching there is the form Form1 on which there are several fields with hours. The request is to be able to define the Properties Bring To Front & Send Back via VBA when and if I click on the Text0 field.
I am providing an example of the request and I will...
Hi MajP, is it possible to send me a sample accdb file in order to play with it? Is not, can you sell it to me in order to use the solution in my buisiness project?
Thanks in advanced
Hi, there is a problem abou
Option Compare Database
Option Explicit
Dim myDate As Date
Public Function GetFirstDayOfWeek() As Date
Dim currDate As Date
Dim firstDay As Date
If Me.SmartDate = 0 Then
currDate = Date ' get current date
firstDay = currDate -...
Good morning, i
Ιs there a way to synchronize the forms scrolling bar between them? For example when I scroll in any of the 3 forms to do the same?
I attached a sample db in order to understand exactly
Thanks