Bidirectional Dlookup
Wed, 10 Dec 2008 01:06:17 -0800 (PST)
Is there a way to get a connection from database to a textbox
independent of the present form query?
Dlookup would be ok but it just retrieves data from database. I need
it both ways.
I use Access 2003.
Thanks
H. Martins ...
|
Deleting Records in a subform after change in field on main form.
Tue, 9 Dec 2008 21:31:00 -0800
Hi everyone, I have a data entry form [RMA Entry Form]with one subform
[RMADetail Form]. There is a field on the mainform [combo32] that when its
value changes I want to delete any existing records in the subfor.
Thanks in advance
Bret ...
|
Converting Integer to Time Datatype- Possible ?
Wed, 10 Dec 2008 04:56:37 GMT
Hi,
Got a tricky problem here.. I had 4 Text Box(es) input for Hours & Minutes
Respectively as follows:
StartHours_Text StartMinutes_Text
EndHours_Text EndMinutes_Text
'Both have test statement for right inputs Eg: Hours Between 0-23, Minutes
Only (Mod,15)
Problem arises when I ne ...
|
How to use a recordset to validate and entry?
Tue, 9 Dec 2008 20:16:08 -0800
I have a form where user enters a BOL number (bill of lading) and on lost
focus of that field i would like it to be able to go out and look at another
table to see if that BOL is a valid number.
Can someone give me an idea on how to do this? ...
|
Where is the command button on the form?
Wed, 10 Dec 2008 02:49:45 GMT
I forgot....where is the command button on the form in access?
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/200812/1
...
|
Setting Default Value in Form Field
Tue, 9 Dec 2008 18:34:05 -0800
How do you set the default value if the value is an html tag - ex. default
value = <HTML>. What is the syntax? Apparently, I keep typing the wrong
syntax as it views the tag < and > as greater than/less than signs. I've
tried enclosing it in quotes, etc. What am I doing wrong? Please
help!!!....as this ...
|
Nesting Forms
Tue, 9 Dec 2008 15:19:01 -0800
Nesting Subforms
MainForm with 4 Subforms (1-4)
Subforms are all in a tab control
Subform4 contains another subsubformA
Records of Subforms (1-4) are linked to Mainform by ProjectID
(Child-Masterfieldâ?¦.)
Its works great so far, but (the nested subâ?¦)
Subform4 contains records of TasksID
subsub ...
|
|
|
SendKeys "+{right}" problem
Tue, 9 Dec 2008 14:52:02 -0800
Hello to all. I have the following script (Access 2003) for the click event
on a button in a form; it takes me to another application from where I need
to copy (screen scraping?) certain pieces of info and paste them into fields
in a table in my application:
Private Sub Command0_Click()
Dim i, a
Dim nw ...
|
Continuous Form Programming Woes
Tue, 9 Dec 2008 14:35:00 -0800
I have a continuous form in which I have a bound cbo which I use to select
the Proj Number. After the Proj is selected I need a secondary texbox to
display the ProjName.
I have tried various method but when I update the txtbox it updates all the
entries and not just the one currently being edited? I can ge ...
|
Having a button to open up the file where a document sits
Tue, 9 Dec 2008 14:23:00 -0800
Hi there,
I have a database that we track projects with. On our server we have a
specific location for each project (by project code) Is there any way to have
a button on the form that when clicked would either show you the directory
(somewhat like the search function) or would open up a new windows explore ...
|