I need to upload a name file to the webserver each time. It seems it's not possible to pre-set the value when using Enctype="multipart/form data".
Has anybody ever come across a solution to this where the user doesn't have to browse for the file name?
I am using a disconnected recordset bound to a DS form. I would like to append a new field to the recordset, bind that form to a text box on the form and allow the user to enter a value, which is reflected in the underlying disconnected recordset.
Everything else seems to work OK - the code...
I need to extract data from a number of tables - for example Code, Desc, DefaultValue, Current period + 1. The data is then displayed in a datasheet form - the user can change (some) of the values and then append the records another table, say TblActCosts.
I could select the records to a...
I have an application developed in Access 2000 and distributed with the Access 2000 runtime. I have recently added some additional functions using ADO in Access 2003 (keeping the 2000 file format - as all the original 2000 stuff has been now been updated).
The application runs fine on my...
This is a complete mystery and any help would be appreciated. I cannot get a PC to connect to the internet - plus device manager is completely empty and there is no sign of the Local Area Connection.
I can see (and connect to the PC) in the workgroup and open the router settings in IE from this...
There are 5 PC's on the network connected via a 3com switch with broadband access. One of the PC's has lost its access to the net. I can see all the other machines in the workgroup but there is no icon in the system tray or any sign of the local area network on this PC. If I go to Device manager...
I am concatenating 2 fields and some text in a text box. Something like:
=Reports!Rpt_Report!FirstName & " " & Reports!Rpt_Report!SecondName
If I try to preview the report Access gives an "Encountered Errors" message and crashes out. Has anybody else encountered this problem? If so any solutions?
From user input I create a select statement as a string. I then run the query as follows:
Dim rsSearch As New ADODB.Recordset
rsSearch.Open (strSearch), CurrentProject.Connection, adOpenStatic
... if multiple records are returned I need to display them in the sub-form of another form. I cannot...
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.