Search results

  1. A

    Question Poor performance on one network

    Hi all I'm developing a database for a client. It's currently split into an Access front end and Access back end, although the plan is to migrate to a SQL back end next year. To give an idea of scale, the back end contains 40 tables, and is just over 10mb. As you can tell, it doesn't yet...
  2. A

    Create an image file from an HTTP Request responsebody?

    Morning all! I'm working on a database which is designed to connect to an app called Canvas (www dot gocanvas dot com). It's for a client which runs a team of heating engineers. All the information regarding the engineer's job is uploaded to Canvas through their API as an XML file, and the...
  3. A

    Code randomly stopping when automating Excel from Access

    Hi all I wonder if anyone's experienced this before... I've got a reasonably large database (circa 150 tables, several of which have over 10 million records). This is held in SQL Server 2012, hosted in the cloud (but not SQL Azure). The tables are linked to an Access front end, using SQL...
  4. A

    Me returning different results to Forms("MyName")

    Hi all, I hope you can help with this - it's been driving me up the wall today, but I've never come across it as a problem before. I have forms set up as follows: frmFrame - this holds a Subform control called ChildForm. ChildForm has as its SourceObject a form called frmTitleOuter...
  5. A

    No Current Record - Before Code Even Runs

    Hi All I have a problem that's been baffling me all afternoon. The concept is that a customer may place a recurring order, such as 5 items per month every month. In addition, some months they may require additional items I have a form - frmOrdersMain, bound to tblOrderGroups which has a PK...
Top Bottom