|
Selected Option in Option Group Not Triggered
I have several Option Groups on a Form. In one case, the FIRST time an
option is selected, the first Option is triggered and not the Option
selected. After that, it works fine.
Any suggestions? I have saved the file as Access 2000.
Thanks,
Jim Moore
...
|
1 |
08.09.2006 01:07:09 |
|
Pass a variable from a text box(s) to another textbox
I am new to the Access game and run across issues that I just do not
have a clue how to do...
On my form I have a Combo Box where the user selects a store number and
all the pertinent information in the textboxes fill in...this is for
viewing purposes only. I have 4 text boxes where the user will input
information for new data storage. This is running very smoothly. My
problem is this; I n...
|
2 |
08.09.2006 01:02:45 |
|
datasheet
I have a form with tab control. When I switch to datasheet and hold down my
TAB or ARROW RIGHT key to ship thru the columns, my datasheet hangs up. It
may be a refresh or re- paint problem or maybe exceeded the key ahead
capacity? My form has over a hundred fields. Any suggestions will be
appreaciated.
--
Thanks,
Buddy...
|
1 |
08.09.2006 00:51:04 |
|
Form & EditMode?
I have an Access form with a query as the record source.
I have a TextBox BeforeUpdate event to test to see if
the record is an existing record or a new record.
Attempting to use EditMode:
val= Me.RecordSet.EditMode
if (val = dbRecordNew) then
str = "new"
else
str = "not new"
end if
When in the Form, I create a new record via the ">*" Navigation
button, Edit...
|
3 |
08.09.2006 00:32:48 |
|
Parameterize Report
Hi:
I create three drop down of ddlname,ddladdress,ddlaccount and two
textboxes name txtdate1,txtdate2. My original table name is customers
with fields:
1.serialno autonumber
2.name
3.address
4.account
5.reqdate Date
Can any one please help me how to i pass a filter data into my report
name custrpt. I want to give option to user either she select 1 or more
then one field from my for...
|
2 |
08.09.2006 00:04:42 |
|
How to insert a hyperlink in the middle of a text or memo control
I want to store the body of an email message in an Access 2003 table so that
I can ultimately send it to a list of email recipients. Part of the email
message will contain hyperlinks embedded within.
For instance, the message might say:
Please proceed to log in to your secure administration area by:
1. Click on the button "Forgot My User Name/Password" on this page:
https://secure....
|
1 |
07.09.2006 23:01:02 |
|
Cannot Type in my form
Help! Nothing's locked. I can add info through the table, but the form only
shows one record and it won't allow me to edit.
...
|
10 |
07.09.2006 22:32:39 |
|
Re:forms
>...
|
1 |
07.09.2006 21:25:19 |
|
Re:forms
>...
|
1 |
07.09.2006 21:24:54 |
|
Text box on form doesn't hold enough data
I have a vB code that updates a text box on a "status indicator" form with a
"§" for every 1 percent of text conversion completed via the code (it takes a
while to run the code, it's character-level editing in one field on over
30,000 lines of data, so I wanted to get a general idea how long it's
taking). The only problem is, the code works exactly how it's supposed to,
but the text box...
|
2 |
07.09.2006 20:30:11 |
|
#Name? fully qualified name
I have a form named [frm_DataEntry] with a subform called [frm_Inv] that is a
datasheet with a field [pmts].
I am trying to add a control to the form [frm_DataEntry] to sum the field
[pmts] in the subform but can't seem to get the fully qualified name just
right. I keep getting the #Name? in the control on the form.
=Forms!frm_Inv!txt_pmts
...
|
4 |
07.09.2006 19:31:56 |
|
Help With Tab Order
I am wondering does someone know how to remove the FRAME from the Tab Order???
I am using Access 2K.
Newf
--
Newf
~Everyone needs a NEWFIE as a friend~
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/200609/1
...
|
3 |
07.09.2006 19:16:57 |
|
binocular search called in code ?
I've a client fond of the "binocular" search ; I'd like to call it from a
button on a form ; any method to do this ? A docmd perhaps ?
...
|
2 |
07.09.2006 18:34:02 |
|
Error Message
Unmatch Function "fomat" in expression, Error. Someone please help
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/200609/1
...
|
5 |
07.09.2006 18:14:02 |
|
whats going on
what's going on
...
|
1 |
07.09.2006 18:11:16 |
|
IIF in Access Forms
,Our server was updated to Windows Sever 2003. Since then the forms designed
in Access that contain IIF statements in some TextBox began to behave so that
whenever we make click on thoseTexBox, the form begin to make a continuous
blink .Everything was solved putting iif in the Open of the form. I repeat
with another version of the Server this did not happen.
Why?...
|
2 |
07.09.2006 17:45:40 |
|
How do I call the Access Search feature from within a form?
I'm trying to repair a user's Access database to the original
functionality.
Previously, when the Find Record button was pressed, the Access Find
feature (ctl+F) would be displayed. The Look In properties would also
default to the MRN field on the form (not sure if it would do this
regardless of where the cursor was at the time or if it always had to
be in the MRN field).
1-I would like t...
|
2 |
07.09.2006 17:16:47 |
|
How do I insert a table into an Access form?
I created a table in Access and a form, from the table. I would like to add
an additional table in the Access form. Can someone please advise me on how
to do this?...
|
2 |
07.09.2006 16:35:18 |
|
Select Total in form
I have a form and subform where I would like to total number of hours for
each employee based on three categories: Vacation, Personal, Other. I would
like to have three texboxes reflecting the sum for each category. Any
suggestions on how to do this?...
|
5 |
07.09.2006 15:00:02 |
|
AutoLookup Query subform
I've created an AutoLookup query i.e. joining Customer and Order
tables...using the CustomerID from order table and auto fields from Customer
table. I'm using the Autolookup query as a subform in my Order form. Here's
my problem...when i click in the "customerID' field in my subform I get an
error message " INDEX OR PRIMARY KEY CAN NOT CONTAIN A NULL VALUE". The
customerID field in the ...
|
5 |
07.09.2006 14:35:59 |
|
print report with op balance
hello
i will be very thankful if u can help me with this question i have,
i want to add a field in a report which can show me the opening balance and a
column of carried forward from the previous records (e.g i have a date range
in my query so if i give a date range from 09-05-06 thru 09-10-06 now the
report that i want needs to have an opening balance on the top which comes
from the recor...
|
1 |
07.09.2006 13:49:02 |
|
select records from a filtered subform
I have a subform that displays options available on different models of
tractors. On my main form, I have a combo box (cmbModelNumber) that I want
to filter the records in the subform to only those associated with the model
selected. I have done this before and I think I can figure it out again, but
after the records are filtered, I want the user to be able to select which
options he/she wa...
|
1 |
07.09.2006 13:44:41 |
|
My subcode wont work when my checkbox is checked
I am creating a form with about 20 check boxes on it and one button.
Each checkbox will represent a query that needs to be run. So the user
will select multiple checkboxes and then press the execute button to
run the selected queries. I have my execute button set up with an On
Click evet. It calls a Macro and the Macro's action is RunCode.and
the function name is Click()
In Module 2 is...
|
3 |
07.09.2006 13:33:48 |
|
Alternatif Tedavi Bayilikleri
Gaziantep Fitoterapi Merkezi Suat ilikçioðlu Bilimsel Formüller
Bilimselligin ilk planda oldugu, tedavide ve yasantimizda kullandigimiz
yontemlerin ele alindigi grubumuzda, Gecmisimizin, gelecegimiz ile
kucaklasmasi icin sizleri davet ediyoruz. Saygilarimizla Suat ilikçioðlu
+90.0535.555.2516 Gaziantep Fitoterapi Merkezi +90.342.220.3623
www.lokmanhekimoglu.com
- Bilimsel Calismalar
...
|
1 |
07.09.2006 12:30:10 |
|
Allow Design Changes
Hi all,
I'm tired by setting the form's Allow Design Changes to Design View Only to
every form. Is there a way to set the default form's Allow Design Changes to
Design View Only ? I'm using A2K2.
Thanks in advance....
|
3 |
07.09.2006 11:51:01 |