Version =20 VersionRequired =20 Begin Form DividingLines = NotDefault AllowDesignChanges = NotDefault DefaultView =0 PictureAlignment =2 DatasheetGridlinesBehavior =3 GridY =10 Width =6994 DatasheetFontHeight =11 ItemSuffix =2 Right =9465 Bottom =7905 DatasheetGridlinesColor =14806254 RecSrcDt = Begin 0x21fba9d0d312e540 End DatasheetFontName ="Calibri" FilterOnLoad =0 ShowPageMargins =0 DisplayOnSharePointSite =1 DatasheetAlternateBackColor =15921906 DatasheetGridlinesColor12 =0 FitToScreen =1 DatasheetBackThemeColorIndex =1 BorderThemeColorIndex =3 ThemeFontIndex =1 ForeThemeColorIndex =0 AlternateBackThemeColorIndex =1 AlternateBackShade =95.0 Begin Begin CommandButton Width =1701 Height =283 FontSize =11 FontWeight =400 FontName ="Calibri" ForeThemeColorIndex =0 ForeTint =75.0 GridlineThemeColorIndex =1 GridlineShade =65.0 UseTheme =1 Shape =1 Gradient =12 BackThemeColorIndex =4 BackTint =60.0 BorderLineStyle =0 BorderColor =16777215 BorderThemeColorIndex =4 BorderTint =60.0 ThemeFontIndex =1 HoverThemeColorIndex =4 HoverTint =40.0 PressedThemeColorIndex =4 PressedShade =75.0 HoverForeThemeColorIndex =0 HoverForeTint =75.0 PressedForeThemeColorIndex =0 PressedForeTint =75.0 End Begin Section Height =5952 Name ="Détail" AutoHeight =1 AlternateBackColor =15921906 AlternateBackThemeColorIndex =1 AlternateBackShade =95.0 BackThemeColorIndex =1 Begin Begin CommandButton OverlapFlags =85 Left =1587 Top =396 Width =2451 Height =576 ForeColor =4210752 Name ="Commande0" Caption ="Chevaliers" ControlTipText ="Ouvrir formulaire" GridlineColor =10921638 OnClickEmMacro = Begin Version =196611 ColumnsShown =8 Begin Action ="OpenForm" Argument ="frmChevaliers" Argument ="0" Argument ="" Argument ="" Argument ="-1" Argument ="0" End Begin Comment ="_AXL:\015\012<" End Begin Comment ="_AXL:Statements>frmChevali" "ers" End End LayoutCachedLeft =1587 LayoutCachedTop =396 LayoutCachedWidth =4038 LayoutCachedHeight =972 BackColor =14136213 BorderColor =14136213 HoverColor =15060409 PressedColor =9592887 HoverForeColor =4210752 PressedForeColor =4210752 WebImagePaddingLeft =2 WebImagePaddingTop =2 WebImagePaddingRight =1 WebImagePaddingBottom =1 End Begin CommandButton OverlapFlags =85 Left =1587 Top =1644 Width =2551 Height =567 TabIndex =1 ForeColor =4210752 Name ="Commande1" Caption ="Stats" OnClick ="[Event Procedure]" GridlineColor =10921638 LayoutCachedLeft =1587 LayoutCachedTop =1644 LayoutCachedWidth =4138 LayoutCachedHeight =2211 BackColor =14136213 BorderColor =14136213 HoverColor =15060409 PressedColor =9592887 HoverForeColor =4210752 PressedForeColor =4210752 WebImagePaddingLeft =2 WebImagePaddingTop =2 WebImagePaddingRight =1 WebImagePaddingBottom =1 End End End End End CodeBehindForm Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Compare Database Private Sub Commande1_Click() DoCmd.OpenForm "frmVictoiresParTypes" End Sub