Search results

  1. I

    Invalid use of Me keyword ???

    I've got the following code: Option Compare Database Public Function getColour() As String getColour = Me!frmRooms.Form!subfrmChairs.Controls("ColourTypes").Value End Function Public Function getType() As String getType = Me!frmRooms.Form!subfrmChairs.Controls("ChairStyle").Value End Function...
  2. I

    Simple Query..

    Hi guys, wondering if you could help me, I can't seem to get this right.. I have two tables in question: Items: StyleTypes: ------ ------------ ItemID ItemType ItemType StyleType Style Lots of Attributes...
  3. I

    Is this the right way to go about this problem?

    Hi there, I'm trying to create a database for a furniture audit of a university department. I just want to explain how I was trying it, and for anyone to tell me a better way of doing it, as I'm really struggling later on in the design to create a user interface for it. The information I need...
  4. I

    Subform updating table

    Hi guys, wondering if you can help because no one I've talked to can so far.. I've got a form with Room information on, and on it a subform. The subform contains information from 2 tables (Items and Audit). Items is basically a list of all the different combinations of furniture item that can...
Top Bottom