I have a list of 300 tables saved in a table called fieldspecifics
I have an aspx page on which I have a listbox where the user can select a table
When a table is selected I want the page to display the data from fieldnames which are specified in the fieldspecifics table
The fieldspecifics...
I have 2 combo boxes the first updates the value
selected in the second combo box; if a checkbox is ticked.
e.g.
Supplier Company is selected in cboFirst.
The checkbox is ticked if we also sell to them
and if they have never before been identified as a company we sell to
I want to...
I have a procedure which checks for receipt files.
The following procedure works in that it amalgamates all
the files into one file; but the file names are retrieved in no particular order, which means receipts are not ordered.
Open MyFileOut For Output As #2
MyName = Dir(MyCriteria) '...
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.