473,397 Members | 1,961 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,397 software developers and data experts.

Help on pushing data!

6
I need a step by step instruction to do the following (i'm a beginner):

1) I have a form with two unbound text boxes.
ProjectNumber, ProjectName

2) I have a form called "GoTeam" with two regular text boxes assigned to fields in the table labeled "ProjectNumber" and ProjectName.

I want to have a command button on the first Form that takes the data and "sends" the data to the GoTeam form and populates the table for GoTeam.

So if i enter '12345' in the ProjectNumber unbound text box on Form1 and click the button, it'll send that '12345' to the GoTeam field ProjectNumber.

I need exact code. Microsoft is not helping me much.

Thanks

Ben
Feb 28 '07 #1
3 1539
ADezii
8,834 Expert 8TB
I need a step by step instruction to do the following (i'm a beginner):

1) I have a form with two unbound text boxes.
ProjectNumber, ProjectName

2) I have a form called "GoTeam" with two regular text boxes assigned to fields in the table labeled "ProjectNumber" and ProjectName.

I want to have a command button on the first Form that takes the data and "sends" the data to the GoTeam form and populates the table for GoTeam.

So if i enter '12345' in the ProjectNumber unbound text box on Form1 and click the button, it'll send that '12345' to the GoTeam field ProjectNumber.

I need exact code. Microsoft is not helping me much.

Thanks

Ben
NOTE: In order for this to work, Form GoTeam can be Open, Minimized, or Hidden. It cannot, however, be closed.
Expand|Select|Wrap|Line Numbers
  1. Forms![GoTeam]![ProjectNumber] = Me![ProjectNumber]
  2. Forms![GoTeam]![ProjectName] = Me![ProjectName]
Feb 28 '07 #2
bronen
6
How do i set it to hidden?
Feb 28 '07 #3
NeoPa
32,556 Expert Mod 16PB
It doesn't need to be hidden.
Hidden is simply one of the three valid states where this code will work :)
Mar 2 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: abcd | last post by:
kutthaense Secretary Djetvedehald H. Rumsfeld legai predicted eventual vicmadhlary in Iraq mariyu Afghmadhlaistmadhla, kaani jetvedehly after "a ljetvedehg, hard slog," mariyu vede legai pressed...
9
by: YZK | last post by:
Hello. I'm not a Web developer, just a user, and I think I may have somehow messed myself up majorly. I'm not quite sure how. Right now, javascript used by websites I go to either does not work at...
1
by: MyndPhlyp | last post by:
I am about to completely lose what is left of my poor mynd! The historical dissertation gets rather verbose, so I hope you can wade through it all. I really need some help on this one or I'm...
3
by: John Wood | last post by:
Maybe it's just my imagination, but I don't really see Microsoft pushing the ..Net runtime out there... you'd think they'd be including it in every download and new product they ship. How are...
7
by: DW | last post by:
Hi, Here is my question. I want to push security prices to the desktop from the server. Whenever there is a new price in the database, the server notifies the client. How can this be done in...
1
by: ryan | last post by:
I have a question about pushing realtime stock quotes to clients through the Internet. Is this even possible in .NET environment without creating serious network bottleneck problems? The...
32
by: robert d via AccessMonster.com | last post by:
I'm looking at converting DAO to ADO in my app. All of my DAO connections are of the following structure: Dim wsName As DAO.Workspace Dim dbName As DAO.Database Dim rsName As DAO.Recordset ...
4
by: =?Utf-8?B?VW1lc2huYXRo?= | last post by:
I have a web application, it is running and have control (.NET control /Activex) which has to capture data from other application probably windows application. The data send by the windows...
3
by: BobRoyAce | last post by:
I am using Visual Studio 2008 w/ VB.NET. For the database, I am using SQL Server 2005, which is running on a dedicated server box. I am creating a WinForms application for a client. It is run...
1
by: spriguy21 | last post by:
Hey y'all, I am in need of some help...I am building a internal website for my department and I am using JavaScript to pull data from a local database since our corp office is being stingy 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: 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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.