I have a bound continous form with 2 comboboxes on it.
A [company] combobox and a [company_member] combobox.
If you select a company it should update the rowsource of the [company_member] box to only show the members in that company.
Both combo boxes have
BOUND COLUMN = 2 (So that I can...
Hi people
I have a table called receipts in a SQL Server Database. I want a list of clients, their last receipts (according to date) and the details of these receipts.
ie: If there are 100 different clients in the table (each with 10 receipts) then I should only get 100 records returned.
The...
This should spark off quite a discussion.
I have been talking to developers about what they think I should be using for developing client server apps. The ones who have worked with VB6 and Java all say that things just work better in java. They have to fight with their VB code to get things...
Hey guys
I can't seem to find code that sets the homepage of netscape 4 and IE 4 upwards.
I want to put a "make this site your homepage" button on my site.
Thanks
I am using VBA in MICROSOFT ACCESS to write a record to a table.
My regional settings are "English South Africa",my short date is "dd/mm/yyyy" and my long date is "dd MMMM yyyy"
I have an auto date in the table (ie: default value = now() ) in a field called...
I have created 2 scenes (scene1, scene2)
Inside scene1 I have placed a movie.
Withing that movie I have a button that must run scene2.
I have tried using
gotoAndPlay ("scene2", 1);
_root.gotoAndPlay ("scene2", 1);
but all these seem to do is jump me to the first frame...
I am trying to do a write a few scripts relating to the sizing of a browser window.
1) How do I get the width and height of an IE window ? I tried using window.innerwidth but apparently it only works in netscape.
2) I need my window to resize according to a ratio ie: If the user tries to make...
I am using an ADODB.recordset to display data on a form (microsoft access 2000). This recordset needs to get its data from an SQL server 2000 stored procedure.
I do this in the on_open event of the form so that the data is displayed when you open the form.
I must be able to write to the...
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.