Search results

  1. N

    Picture with condition

    I want to insert a picture that is visible only when a certain textbox is not empty. I tried using vb, but somehow, i can't use the property visible of the image, or the property text of the textbox. I don't know what's wrong... anyone can figure this out?:(
  2. N

    2 fields from the same table

    I have one table containing locations, and one table containing activities. Each activity has a location (as part of a composed primary key) and might have a subscription location. The activity table contains only the ids of locations, and i'm using a query to get both names. I don't know how...
  3. N

    Concatenation

    I have a report with 2 fields (coming from a query). One field is a name, and the other is an id number. I want something like this : name (idnumber) Is there a simple way (meaning, no coding or no invisible fields) to do this? I looked at the string functions, but i don't know which one i...
  4. N

    Adding record to a table

    I need a way to create new records in a table using code. Anyone can tell me how? Is using ms jet with recordsets the only way? (i don't have it:( )
  5. N

    Accessing a module

    Hello I have a public sub in a module. I want to access this sub from a button on a form. When i click on the button, it calls a sub (from the event). This sub should be able to call the public sub from the other module, but i can't manage to do it. Thx to anyone who can help:)
  6. N

    VB Functions

    This could be an easy question... I created a vb funtion to output a string. I want to use this function on a report. How do i use the function in a report?
  7. N

    ComboBox with two columns

    Hi I have a combo box with 2 columns, one for an index (code), one for a name. When a value is selected, only the index is displayed. I'm trying to find a way to display the name in a text box (or anything else) so that the name is visible. I've tried for days already! Please help if you can!!!
Back
Top Bottom