hey guys
Can I have a feild of type date/time as a key for a table, where I can enter multiple values for the same date but different time? I know Access store time with date, but how to minipulate it.
Hey guys
I have an application consists of 4 forms. the first form calls the second ,...etc
the forms view are "continuous form".
the "Pop up" and "Modal" property of the forms is set to yes.
the problem is that each form displays differently on the screen, where I want them all to be displayed...
Hey guys,
I have a field which is text and its length 200
how can I wrap the text in a field within a form, say in 50 char field length, so the user can scroll within the field to read the whole text.
thanks
I have a query that looks like this:
select min(priority),keyword
from table
where condition
group by keyword
which it works fine, except that I want the query to return other feilds in the select, but I keep getting errors because of the aggrigate function min. any help
thanx
Keyword Priority
A 1
A 1
A 2
A 3
B 2
B 3
C 1
C 2
C 3
IN the above data, I want only the top 1 priority for each Keyword, so the results should be:
A 1
B 2
C 1
Hey Guys,
I have a query which is very complicated, but I got most of it, i stuck with this: the table has a field keyword, I want the the query to return among all the records that share the same keyword to return just one of them
example
field keyword
------ -------
1...
I have a continuous form based on a query that returns multi rows, I added a option group to be using the option group wizard [say "good', "satisfactory"], even though option group control source is one of the feilds but i cann't select the check box and I am getting the message Form is...
Hi everybody
How open a Subform based on a Selection from 2 Combo Boxes, so after I select from Combo1, and I filter combo2 depending on combo1 which is no problem, then I need to open a subform depending on those 2.
I have a form and a subform, the Subform returns multi rows
each row is a actually a competency needs to be evaluated "excelent", "good", "satisfactory" I added a option group check box to be displayed next to the row to let the user check one. I am facing a problem that when I check one all the...
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.