Hello all I have the following question using Ms access 2010
I have two text boxes where depending on what is entered on the first the 2nd disabled.
that works fine
but if I make a mistake and enters a value on the 2nd while it is was enabled and return back to the first and enters a value...
Hi all
I wonder if there is a way to modify some of the disabled toolbars of a report after the database is packaged & installed in computers something like a service pack without affecting data already entered
Thank you in advance
Once you packaged your Db and installed it in computers can you see the database somwhere else. The reason is I want to make sure the database is backedup frequently. any suggestoin is appreciated
bb
Once you packaged your Db and installed it in computers can you see the database somwhere else. The reason is I want to make sure the database is backedup frequently. any suggestoin is appreciated
bb
Hello all
I would like to know how to show in a report a graph which is based on a parameter query (i am using Radar chart).
The parameter dialog box is working fine but the graph is not showing
I have set both the RowSource property of the graph and the RecordSource property of the report to...
Hello All
I am trying to use a customized Parameter query Dialog box In access query.
I created the dialog box [digBox] using a form
and I have the following in the criteria raw of my query
[FORMS]![digBox]![TEXT0]
but the problem is that instead of the custom dialog "digbox" form the default...
I have table1 and table2
In table1 I have
stID (PK)
Name
dateOfBirth
schoolId
in table2 I have
serviceId(PK)
serviceType
stId
the two tables are related using the stID key
stID is numerical field starting 100 and I have about 200 records in the first table (The number might increase in...
Hello all
Is it possible to calculate two
fields shown on the detail secion
of a data report desinger.
the sum als must be on the detail section
the values are coming from a data base.
thanks in advance
event though there are some thread which is talking about
combining a recordset i cound not find anything about a problem I have.
well i have one table from this table I would like to extract
some grouped by fields and a single field from the same table.
say
strSQL = "Select City , sum(q1)...
How can i change a a single user progrm to be used on the
network?
it uses an Access database and works fine on a single computer the data connection is as follows
Set myConnection = New ADODB.Connection
Set myRecordset = New ADODB.Recordset
'open the connection
myConnection.Open...
Hello There
why i am getting the following message when i am trying to install my program
"Setup can not continue because some system files are out of date on you system. Click
OK, if you would like setup to update these files for u now.
You will need to restart windows before you can ren...
Hello to all
i am trying to create a setup file using Inno setup
within my program i am using dataReport to print
which inno does not put when it is comiling it
my question is how can u add resource files in innosetup
if it is possible which file am i adding in so i still can use the...
Hello all
i am using a dataReport desinger to print
once it printed can i make it close (the print privew)
automatically.
what i have now is
set dataReport1.DataSource = myRecordset
dataReport1.Show
thanks in advance
I have the following SQL statment
strSql = "Select myTable.Region, SUM(myTable.Q1) as q1, Sum(myTable.Q2) as q2 FROM myTable GROUP BY region"
'then open the rs
myRs.open strSql, myConnection,adOpenKeyset, adLockOptimistic
now the everything above is Ok
the objective is to extract the value...
Hello there
In a LINUX environment
where APACHE is the web server
is it possible to create a web
page using PHP to get and store
data in to MS ACCESS??? any lead will be
appreciated.
<%
dim i
dim x
dim y
dim z
x = Request.Form("mTrainee")
y= Request.Form("fTrainee")
z= cInt(x)+cInt(y)
For i = 1 to z
%>
<TR>
<TD>
<INPUT NAME=("lname"<% & i %> ) SIZE="20"></TD><TD><INPUT NAME=("organ"<% & i %> ) SIZE="20"></TD><TD><INPUT NAME=("profess"<% & i %>")...
Hello
I have a form which is holding
a text box where users will type a number inside
once they type that number (let say 5) then
other 5 text boxes will appear on the same form below
what should i do to do this i know i need to do
looping(for...Next) the problem i have is to get the value...
I am worikng on Windows programming
and wants to get the value of an editBox or text box defined as.
hwndPrincipal = CreateWindow(
"EDIT", //name of windwo class
NULL,//title
WS_VISIBLE|WS_CHILD|WS_BORDER |ES_RIGHT|WS_TABSTOP,// WINDOW STYLE NORMAL...
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.