Hey;
i got that, the reports are more flexible with this and that there is no function for sorting and grouping like there is one in reports. But is there a way around? To somehow simulate this in forms?
Like, i have continious subform in which i would like to show products by category - like...
Help need it.
I have a crosstab query.
TRANSFORM Sum(Kontejner_sub.index_zahtevnosti_ctn) AS SumOfindex_zahtevnosti_ctn
SELECT Kontejner_sub.index_zahtevnosti_ctn, Kontejner_sub.datum_zacetka, Projekt.prodajalec
FROM (Kupec INNER JOIN Projekt ON Kupec.IdKupec = Projekt.IdKupec) INNER JOIN...
I have numbers 1-52 in combobox
when number selected i would like in other textbox to return month & (system)year
I have tried lots of variation with datediff, dateadd, and on forums i can find just to return specific date with week day also...but i don't need that.
any idea?
thx
hi
i have a bound txtfield1 where user enter date with calendar form
then i have a txtfield2 where the default value should be
= DateAdd("d";-2;[txtfield1])
but with possibility to enter date also with calendar form.
It is bound control... so i guess that is why it is not working.
How to change...
hi all,
i am just wondering... if you need to have a lots (30) of combo boxes ... most of them, for now are at most 2-10 lines long
but it need's to have a user input posibility
the question is: is it better to have a value list or a table with right link(one to many)
or is there some other...
hi all,
does anyone know how to put a add week numbers to this calendar, so it would be a number of the week by end of each's week line:
mon tue wed thu fri sat sun week
6 7 8 9 10 11 12 49
Calendar is work of great Brendan Kidwell.
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.