Use of RecordSet
Mon, 29 Sep 2008 09:52:05 -0700
I am having some difficulty geeting the RecordSet property to work. I am
trying to use ONE form to display records differently rather than creating
separate forms and subforms. My form is titled frmGrouping and has its
RecordSet as qryGrouping. I want to change the Recordset to
"qryProductGrpPads" when ...
|
writing form to get result
Mon, 29 Sep 2008 09:16:17 -0700
Question
i have following data
cdata-query
lastdate nos
1/16/08 14
2/23/08 16
2/27/08 23
2/28/08 45
3/31/08 61
4/12/08 55
playdata table
nos
14
23
12
now I have list value in cdate-query moving nos from playdata table. how can
achieve that. moreover I want view data in cdata ...
|
Search Form won't open correct record
Mon, 29 Sep 2008 09:05:01 -0700
Like many others, I have been using Allan Browne's search form for oodles of
searches and it works great. For some reason, on this one Search, it only
opens a blank copy of the form instead of the form with the Oblig_ID that is
selected.
I believe that all I changed was the ID and the Form name however, ...
|
Form Timer Question
Mon, 29 Sep 2008 15:34:34 GMT
I have a form that has the following code:
'some code here.....
If ec <> 0 Then
'Code to question write record goes here
IntMsg = 3 'set value of intmsg for answer back from form
StrMsg1 = "Do You Want to Save Current Form Data to: " & vbCrLf & "PC
Data Table Program #" & ProgramNo & "? ...
|
writing in a memofield
Mon, 29 Sep 2008 16:48:12 +0200
Hi,
I want to write some text in a memofield.
Going to a new line is done by ctrl-enter.
Is it possible to go to a new line with an simple "enter", just like in
a Word or whatever.
Thanks ...
|
Before load
Mon, 29 Sep 2008 07:23:01 -0700
I have 3 subforms with each having a table as data source on one main form.
I am trying to run a delete then append query on each of those 3 tables
BEFORE each of the 3 subforms load, to make sure the records are updated on
any additions deletions(from other areas of the database.). i keep getting
an error ...
|
Record add from combobox
Mon, 29 Sep 2008 04:41:14 -0700 (PDT)
Note: KMaster fields are Key Fields, KSlave Fields are the connections
to the tables where KMasters are located.
Hi have a couple combo boxes connected to two tables. In both first
column has keymaster, second column some data to be selected. Both
comboboxes have RowSource but no ControlSource properties.
T ...
|
|
|
Go to control
Mon, 29 Sep 2008 01:54:00 -0700
I am new to coding and hope someone can point me in the right direction.
I have a form [stock requisitions] on which is a sub form [stock requisition
detail], when a user wants to add a new record I have included a command
button on the main form to add new record but want the user to always go to
the same ...
|
How to Correctly Enable/Disable controls with Form_Current
Sun, 28 Sep 2008 19:27:01 -0700
Hi, I have a form containing a tabb control. On one of the tabs I have some
controls which I want enabled or disabled depending on the value in 2
checkboxes. ONe checkbox refers to a subform which I want to enable/disable
and the other checkbox is for 5 text boxes which I want to enable/disable.
So I have ...
|
Tab Control & Sub Forms
Sun, 28 Sep 2008 19:23:00 -0700
I have a tab control with 9 tabs that I want to control a sub-form.
Is there a way to make the sub-form query a table by an ID based on which
tab is selected?
...
|