Search results

  1. J

    [2003] Form issues

    First of all it was a while since I been here. Now for my questions: In a form I've got a popup menu linked to a set of cells. That much is easy done. Now I've got in the same form a textbox that needs to be updated with the correct product chosen. I also have an editbox containing the amount...
  2. J

    Installing new templates

    I'm creating for my company an installer that will install our Word templates. But no matter what I do the templates doesn't showup when you're selecting a template.from your computer. Where is the templates located? Also. How do I insert the templates into the New folder in the popup menu...
  3. J

    Adding fields into a new field drives me mad.

    So I have a table containing 2 fields containing the first name and last name of a customer. I do need to add these names in the same table into a new field called Name. Can someone help me out?
  4. J

    Disabling buttons depending on users rights

    Here is one for you. My start form has a tabcontrol and on the first page it has 8 buttons, each taking you to a specific form. Say that a worker is accessing the database and only have access to the certain forms. I know that button.enabled = false deactivates a button, but how do you read...
  5. J

    Defining global constants?

    So I have a set of colors and font names I must rely on when displaying my forms. I know how to create a form and how to asign new colors to a component, but defining these global constants, how do I do that?
  6. J

    Report problems displaying names

    So I have a report that will work as an reciept that we get when we are recieving an request to deliver. The report shows the following information. <date> Today we recieved a request from: <request person> The task is: <task name> The one to do it: <task person> More information <info> The...
  7. J

    Tables refering to more than one table

    So I've been able to link in a table to my orders table. The thing is that my employer needs me to link to two tables. One that holds the tasks that needs to be done. This is completed. Now I need to link the orders table into a version history table with a sub linked table of features related...
  8. J

    Images with 3 colored dots

    I'm creating buttons from images I''m pasting on the forms, but all buttons are having these 3 pixels red, green, blue down in the left corner. Any way to get rid of them?
  9. J

    Questions on locked databases

    So I have been able to secure a database so you have to log into it to get access to the data. Only big problem right now is that I can access all the posts. There is by that a potential risk of none experienced Access users ruining the data for someone else by deleting such a post. How can I...
  10. J

    Adding strings together

    So I need to know this. How do I: *Add 2 text fields together with a space between? *Truncating field 1 to the first character and field 2 to the two first characters? Sorry for my noob questions :D
Back
Top Bottom