Search results

  1. P

    Question Problem with Print Preview in 2010 Runtime 64 bit

    I am using a 2003 database and 2010 Runtime 64 bit. The problem that I am having is when I execute the following code from a form :- Private Sub Preview_Click() On Error GoTo Err_Preview_Click Dim strDocName As String Select Case display_order Case 1 ' by date strDocName =...
  2. P

    Concatenate fieldname

    I have a number of fields on a form to display and capture data. The fields in each column has the following format fieldname_number e.g. period_1, to period_10, name_1 to name_10 etc. Is there a way that I can use a counter to make these fields invisible or visible as required? As an...
  3. P

    Question Object Dependencies

    Using the System Tables in 2003, is it possible to list for each object 1. Other objects that depend on the object 2. Objects that the object depends on?
  4. P

    Change Text in Cell depending on another cell value

    I am new to Excel 2007 and need some help please. Suppose I want the text in cell A10 to change depending on the value in B10. As an example if B10 is less than zero, the text in A10 is show Loss. If B10 is 0 or above then the text in A10 is to show Profit.
Top Bottom