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

Custom Report textbox values

I'm fairly new to VBA and Access 2010, but I've been building a database for my Admin Department. My problem is that I work in a military installation which uses standard forms for routing correspondence. As such, I've been using the unbound OLE object control to use as the report print out and included bound textboxes to fill the data. This has worked well with other reports, but the routing sheet utilizes a specific list of office codes that identify who needs to review and/or sign whatever is being routed. This can change with the type of correspondence being routed. The report has two columns of 10 textboxes and I would like the textboxes to only fill based on the not null or not zero string values in the query(i.e. move up the list of textboxes). Is there some coding or function that would help me accomplish this vice binding the textboxes to individual controls?
Apr 14 '15 #1
1 1025
zmbd
5,501 Expert Mod 4TB
Short answer is that there is no built-in function to handle this... you will have to build it by hand.

Without the details of your form/Control it will be difficult to advise you.

What I have done (none of which are ideal solutions):
- it's a total pain, is recreate the forms in our lab as a report...
- Related to the above, place the fields on the report in the corresponding areas and print directly to the preprinted form. I do this for some customer sent forms... they seem to change their forms daily so I am constantly having to reposition the fields. :( which is why I went to:
- scan the image and insert it into a word document, overlay a table, and then using vba automation open that document and assign the information to the correct cells.
Apr 15 '15 #2

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

Similar topics

1
by: Phil Stanton | last post by:
I am trying to create a text box in Word the same height as one on a report and then fill it with text. I can "read" the position of the text box from the report OK and create a text box in Word...
7
by: Peter D.C. | last post by:
Hi I want to update data hold in several textbox controls on an asp.net form. But it seems like it is the old textbox values that is "re-updates" through a stored procedure who updates a SQL...
5
by: Ralph | last post by:
Hi Everyone, I need some help!! I'm not sure if you could do this, but I want to be able to create a report based on one field in the database. This field contains File Paths like for example: ...
1
by: colleen1980 | last post by:
Hi: Can any one please tell me that how to i pass the two textbox values in the new page. If i use the form action in the popup window page then the new page is open in the same popup window as i...
0
by: sandhyamn | last post by:
hi....i am writing a jsp code for uploading file inside a folder using multipart/form-data.but also i want to write textbox values in to that file, but the textbox values is not coming. ie..textbox...
1
by: Andy B | last post by:
I have this code: protected void EditEventsWizard_NextButtonClick(object sender, WizardNavigationEventArgs e) { //get the values from the DetailsView TextBox StartTime =...
9
by: kumarrk | last post by:
Hi all, i am using place holder for dynamic textbox and label box, then when i enter the values in textbox then i click the add button and save to database, but i couldnt get the dynamic textbox...
4
by: Mark Braithwaite | last post by:
Hi I am trying to create a custom report of Microsoft CRM data in Visual Studio. I am extracting data from two different tables, an incident table and a service appointment / activity table....
2
by: Samantha LaDue | last post by:
Hi there- I am not familiar with Access, - but I am being told by folks that one of these programs may provide a solution to my conundrum. We have a 1600+ person membership roster that we need...
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.