General Question… have been receiving 0 byte files on FTP server. Is this a standard when transmission is broken due to a firewall or connection problem.. Or could it be another matter. Odd that there would not be a rollback that would take place, that would remove the file. Files come from...
I use the Access import wizard daily, actually several times a day to bring in and manipulate data. What I would like to do is change the default settings on the import wizard so that ****no primary key is created*** on the import. I already have code for placement of a key later. Can anyone...
I have used a combobox to select, from and add records to a table. It works great for this, however when the data control for the form is used to move to the next record. The combobox still displays the previous selection. If I bind the control to the field then Access will not alow selection...
I have a listbox on a form that is populated by a query.
SELECT Parts.PartID, Parts.[Part#], Parts.Description FROM Parts INNER JOIN ([Order Details] INNER JOIN NonConformance ON [Order Details].OrderID = NonConformance.OrderID) ON Parts.PartID = [Order Details].PartID WHERE ((([Order...
I have had a request to change the background color of a MS Access form based on the value of a textbox. I can get the code to work in the Form Activate event fine... But that sucks. The DataChange is not working as the data is not changed really I guess just passed to the next record. I was...
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.