|
-
Mar 27th, 2007, 09:22 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Creating text box
how do i alter the already created macro.
and can anybody help me, i need to a text box and i need to import related field from the table.
-
Mar 27th, 2007, 11:34 AM
#2
Re: Creating text box
Is this in Access? If so, a moderator should move the thread to the Office Development forum.
Editing the macro manually is as simple as Macros/click on the one you want to edit/click Design.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Mar 27th, 2007, 02:26 PM
#3
Thread Starter
Addicted Member
-
Mar 27th, 2007, 04:53 PM
#4
Re: Creating text box
There's no such thing as a "macro" in VB, so either it's not in VB or it's not a macro, but I can't help you unless I know which one is true. VB? Or macro?
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Mar 29th, 2007, 03:13 PM
#5
Thread Starter
Addicted Member
Re: Creating text box
actually i want to get a text box in a form and a reports, same field and get the data from a field from table.
ITS in VBA..
a little help
-
Mar 29th, 2007, 03:18 PM
#6
Re: Creating text box
We'll have to wait until some moderator spots this and moves it to the Office Development forum, which is where it belongs. This forum is for VB6 and earlier.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Mar 29th, 2007, 03:21 PM
#7
Re: Creating text box
Moved to Office Development forum
-
Mar 29th, 2007, 03:39 PM
#8
Re: Creating text box
actually i want to get a text box in a form and a reports, same field and get the data from a field from table.
ITS in VBA..
a little help
1) Are you using Access or Excel?
2) Do you want to populate the textbox from an existing database?
3) You said something about the existing macro... what do you exactly have?
Last edited by Siddharth Rout; Mar 29th, 2007 at 03:40 PM.
Reason: Spelling Error
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread " Resolved", if the query is solved
MyGear:
★ CPU ★ Ryzen 5 5800X
★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
★ Keyboard ★ TVS Electronics Gold Keyboard
★ Mouse ★ Logitech G502 Hero
-
Mar 29th, 2007, 04:32 PM
#9
Hyperactive Member
Re: Creating text box
Are you trying to get the field name (I assume for Access) as an input to import that field from a DB into Excel?
-
Mar 30th, 2007, 08:23 AM
#10
Thread Starter
Addicted Member
Re: Creating text box
my database is in SQL server, yes i am trying to get field name as an input to import that field from DB, in a form and a report.
-
Apr 1st, 2007, 04:57 PM
#11
Thread Starter
Addicted Member
Re: Creating text box
So guys help me out here!!!! i need to add label and a box in a already created form. and i want data on that box to be displayed from the related field from a related column of a table. ITs in VBA, and database is in SQl server.
also in reports i want to add same field to be displayed.
-
Apr 3rd, 2007, 12:43 PM
#12
Thread Starter
Addicted Member
Re: Creating text box
let me put this way. i added a field in a table, and my database is in sql server, and in a form which is VBA, i wan t to create a text box which will display the related value from that new field in to that form.
-
Apr 3rd, 2007, 09:09 PM
#13
Thread Starter
Addicted Member
-
Apr 9th, 2007, 08:17 PM
#14
Junior Member
Re: [RESOLVED] Creating text box
-
Apr 10th, 2007, 01:04 AM
#15
Hyperactive Member
Re: [RESOLVED] Creating text box
We need to know if you are importing this into Excel or Access...
-
Apr 12th, 2007, 01:22 AM
#16
Junior Member
Re: [RESOLVED] Creating text box
haha. yes. makes sense after reading the previous posts.
i was just scanning for the vb code box.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|