473,387 Members | 1,536 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Form controls

Greetings all!

Before I ask a question I will try to provide a little background. I
am currently working on an app(PD) that is essentially a search engine
to find specific records. Once the record is found and data is
verified, the user transfers it to another pre-existing
application(AP).

Front end for both apps is Access 97 while the backend is SQL2000.

As for my question. After I transfer the record over to the
pre-existing app(AP) I need to be able to set a combo box control
value in one of its forms to the key value of the record transferred.
The combo box in question is the criteria value for the query that
feeds the detail form that I want to open.

The limitation I have is that I can't modify the current application
since not all users will receive the new search tool. Therefore, I
need to find a way to do this all from a module within the new
app(PD).

Hopefully my explaination wasn't to vague...trying not to overload the
description with needless details.

Any support is greatly appreciated and for this I thank you in
advance.

-madmax
Nov 13 '05 #1
1 1955
Caesar Augustus wrote:
Greetings all!

Before I ask a question I will try to provide a little background. I
am currently working on an app(PD) that is essentially a search engine
to find specific records. Once the record is found and data is
verified, the user transfers it to another pre-existing
application(AP).

Front end for both apps is Access 97 while the backend is SQL2000.

As for my question. After I transfer the record over to the
pre-existing app(AP) I need to be able to set a combo box control
value in one of its forms to the key value of the record transferred.
The combo box in question is the criteria value for the query that
feeds the detail form that I want to open.

The limitation I have is that I can't modify the current application
since not all users will receive the new search tool. Therefore, I
need to find a way to do this all from a module within the new
app(PD).
Then what is the problem? If you have 3 users and only 1 will receive
the new front end app, do you really care? It almost sounds like you'l
have 2 versions, 1 for those that can search, another for those that
can't. Over time, that could be a PITA to monitor.

Do you have User-level security? If so, you could create a group that
has access to the the search form. Then check to see if the user logged
on is a member of the group. If so, make visible the button to call the
search form. If not, keep the button to call the search form invisible.

Regarding how to update. I assume the combo rowsource is based upon a
table. Upon transfer, add the new key to a table or else update the
flag to note the transfer. Then check if the form is open and if so use
the
Forms!FormName!Combo.Requery
to refresh the combo.

Hopefully my explaination wasn't to vague...trying not to overload the
description with needless details.

Any support is greatly appreciated and for this I thank you in
advance.

-madmax


Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Richard Cornford | last post by:
I am interested in hearing opinions on the semantic meaning of FORM (elements) in HTML. I have to start of apologising because this question arose in a context that is not applicable to the...
7
by: Saintor | last post by:
What I do now is I put a value in the tag property, and using the form_current event, I run through all controls properties until the ones with the required tag value are met. Sound OK in theory,...
11
by: Jozef | last post by:
I have some old code that I use from the Access 95 Developers handbook. The code works very well, with the exception that it doesn't seem to recognize wide screens, and sizes tab controls so that...
16
by: TD | last post by:
This is the code under a command button - Dim ctl As Control For Each ctl In Me.Controls If ctl.BackColor <> RGB(255, 255, 255) Then ctl.BackColor = RGB(255, 255, 255) End If Next ctl
3
by: Roger | last post by:
Hi In a Windows forms application I have 2 forms A and B; Form B inherits from form A. Form A is never displayed and its only purpose is to be inherited from and therefore contains mostly...
4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
4
by: Philip Wagenaar | last post by:
I have made a form with a tab that containts groupboxes and those contain checkboxes. When I run the application sometimes the outlining for some groupboxes are not shown, if I switch tabs and...
8
by: Ryan | last post by:
Ok.. I have a form with lots of stuff on it; a tool strip panel, menu strip, data binding elements (dataset, binding source, table adapter), tab control with 7 tab pages, each page contains a...
19
by: Coward 9 | last post by:
HI, I saw in an example hello.aspx, there is a <form tagbeing used like <form runat="server> I search all html tag references and could NOT find "runat" attributes for <formtag. which...
16
by: Mike | last post by:
Hi, I have a form with some controls, and a different class that needs to modify some control properties at run time. Hoy can I reference the from so I have access to its controls and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.