Search results

  1. D

    Moving objects on form

    Sorry about that Mark. My tables often have lots of fields, but some have more than 200 fields. If I fully normalized my databases, I would hit the limit of objects allowed by MS. I have one application now that has more than 4,000 forms, 4,000 reports, and almost that number of tables...
  2. D

    Moving objects on form

    Yes, George. I am still working on the Food Recall form. I think of something new to add to it almost every day.
  3. D

    Moving objects on form

    Thanks Pete. I am trying to have the labels and checkboxes for the states physically move to their normal positions on the map. It is like what you would see in a PowerPoint animation. I saw Alessandro do this in 2020 at DevCon. The label and checkbox for California would move from the...
  4. D

    Moving objects on form

    Thanks, Below is what my .Move statements look like. This is for Georgia's label and checkbox. GA.Move 8.5417, 3.0833, 0.2083, 0.2396 ' Checkbox LGA.Move 8.5417, 3.0833, 0.2083, 0.2397 ' State label Determining the Top, Left, Height, and Width values for all 50 states will be a...
  5. D

    Moving objects on form

    I have a form in one of my databases that has a map of the USA. The map shows the states where foods have been recalled by the federal government or the producer. I would like to know the most efficient way to physically move the state labels and checkboxes from the upper left corner of the...
Back
Top Bottom