Hi, I've been searching for websites which give some ideas on how to create pivot table and export it to Excel by using VBA. Can anybody give me reference where I can find the tutorial or guideline? Thanks.
Regards,
Sandra
Hi all, thank you very much for your posts. Yes I want to have records based on parameter passed by users. If no value in any textboxes, then all records should be returned.
I do use e.g. [test1] under row Criteria in QUERY qry_ALL, and this parameter [test1] will get value keyed in the...
Hi Jerry, does it mean I have to create new parameter for each parameter on the query? For example test1 parameter in QUERY qry_ALL. Thanks a lot.
Regards,
Sandra
Hi, another problem that I dont know how to solve, please help!!! I have a QUERY called qry_ALL, a FORM where the user puts in data to find records. I have 9 text boxes for user input in the FORM but of course not all text boxes will be filled in. The parameter value is null and I expect it...
Hi, thanks very much, it works fine and faster. I have another problem now,
if the parameter is "" in this line of code e.g.
qryQuote.Parameters!test = Me.NGOName
error message will show up.
Do you know how to deal with this? if one parameter is "", then the query will only look for record for...
Hi All, I need urgent help here. I need to populate a listbox based on data input by users. I have many textboxes for inputting the data by users. Then these data will be set as parameters for the QueryDef. Below code works fine but the problem is: it takes so long time to populate the...
...Sub ComboA_Change()
Dim x As integer
x = ComboA.Value
With Me.ComboB 'ComboB rowsource type is changed to table/query
.RowSource = "SELECT * from table A where Id = " & nilai
End With
End Sub
It works fine and correct data is shown under ComboB when
ComboA is changed.
BUT when I apply...
Hi, I want to change value of one input text box based on values changed from several input text boxes, can this be done? Let's say box A=8, if box B is changed to 1, value in box A=(8-1=7), and if box C is changed to 2, value in box A=(7-2=5) and so on.
Can anyone tell me how to do this...
Hi Chris, yes, I'm retrieving records from a database based on parameters submitted by the user, the records found then displayed on screen. Then the user has the option to convert displayed data to Excel if they want to. Instead of processing/retrieving data from server, I just think that...
Hi, I want to get the values displayed on screen and transfer it to Excel spreadsheet, however I don't know how to obtain those values directly from screen. For example values on screen:
Name Age
James 33
Nadia 25
Please help me, many thanks.
Regards,
Sandra
I expect to have about 30 submissions. Can you be more specific on what you mentioned here: creating the image for each submission and dynamically link to it from the server side?
Regards,
Sandra
There will be a form to input data, and when the user clicks the submit button, a circle will be added on a big rectangle on the web page. When another user visits the site and input data and clicks submit button, another circle will be added on the same rectangle. In the end, there will be...
Hi, I need big help here. I have two images, image 1 will be the shape of a rectangle, image 2 will be just a circle. On each click on submit button from a user, image 2 will be placed on image 1 on certain position x and y. When another user visits the site and clicks submit button, image 2...
Hi Jeff, thanks for your reply. At this moment I haven't got an agreed idea on the event and how the image will be shown. It might be that when the user has sent registration to the database, it will be the event to trigger the loading of the image on the "other" page. Each registration will...
Hi, is it possible to load graphics/image triggered by an event? For instance, picture A will be embedded to an html page if an event happens. Can anybody inform me how to do this? Thanks.
Regards,
Sandra
Hi Simon, I still get the same error message. I've changed the code using div instead for all objects inside a form and it seems to work fine. However, does not work in Netscape 7.1 for the following codes:
document.all
document.getElementById
document.layers[obj].visibility = 'visible'
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.